@mikro-orm/coreInterfacesVersion: NextOn this pageInitCollectionOptions <T, P, F, E>HierarchyEntityLoaderOptions<T, F, E>InitCollectionOptionsIndex PropertiesconnectionTypeconvertCustomTypesdataloaderexcludefieldsfiltersignoreLazyScalarPropertieslockModelogginglookuporderBypopulatepopulateWhererefrefreshschemastrategyvalidatewhereProperties optionalconnectionTypeconnectionType?: ConnectionTypeoptionalconvertCustomTypesconvertCustomTypes?: booleanoptionaldataloaderdataloader?: booleanoptionalexcludeexclude?: readonly EntityField<T, E>[]optionalfieldsfields?: readonly EntityField<T, F>[]optionalfiltersfilters?: boolean | string[] | Dictionary<boolean | Dictionary>optionalignoreLazyScalarPropertiesignoreLazyScalarProperties?: booleanoptionallockModelockMode?: NONE | PESSIMISTIC_READ | PESSIMISTIC_WRITE | PESSIMISTIC_PARTIAL_WRITE | PESSIMISTIC_WRITE_OR_FAIL | PESSIMISTIC_PARTIAL_READ | PESSIMISTIC_READ_OR_FAILoptionallogginglogging?: LoggingOptionsoptionallookuplookup?: booleanoptionalorderByorderBy?: QueryOrderMap<T> | QueryOrderMap<T>[]optionalpopulatepopulate?: Populate<T, P>optionalpopulateWherepopulateWhere?: PopulateHint | infer | alloptionalrefref?: booleanoptionalrefreshrefresh?: booleanoptionalschemaschema?: stringoptionalstrategystrategy?: LoadStrategyoptionalvalidatevalidate?: booleanoptionalwherewhere?: FilterQuery<T>