List<Widget> fieldsDisplay() => collection.fields .where((field) => field.show.check(doc, this)) .map(fieldDisplay) .toList();