@mikro-orm/coreInterfacesVersion: 6.4On this pageInitCollectionOptions <T, P, F, E>HierarchyEntityLoaderOptions<T, F, E>InitCollectionOptionsIndex PropertiesconnectionTypeconvertCustomTypesdataloaderexcludefieldsfiltersignoreLazyScalarPropertieslockModelogginglookuporderBypopulatepopulateWhererefrefreshschemastrategyvalidatewhereProperties optionalinheritedconnectionTypeconnectionType?: ConnectionTypeoptionalinheritedconvertCustomTypesconvertCustomTypes?: booleanoptionaldataloaderdataloader?: booleanoptionalinheritedexcludeexclude?: readonly EntityField<T, E>[]optionalinheritedfieldsfields?: readonly EntityField<T, F>[]optionalinheritedfiltersfilters?: boolean | string[] | Dictionary<boolean | Dictionary>optionalinheritedignoreLazyScalarPropertiesignoreLazyScalarProperties?: booleanoptionalinheritedlockModelockMode?: NONE | PESSIMISTIC_READ | PESSIMISTIC_WRITE | PESSIMISTIC_PARTIAL_WRITE | PESSIMISTIC_WRITE_OR_FAIL | PESSIMISTIC_PARTIAL_READ | PESSIMISTIC_READ_OR_FAILoptionalinheritedlogginglogging?: LoggingOptionsoptionalinheritedlookuplookup?: booleanoptionalinheritedorderByorderBy?: QueryOrderMap<T> | QueryOrderMap<T>[]optionalpopulatepopulate?: Populate<T, P>optionalinheritedpopulateWherepopulateWhere?: PopulateHint | infer | alloptionalrefref?: booleanoptionalinheritedrefreshrefresh?: booleanoptionalinheritedschemaschema?: stringoptionalinheritedstrategystrategy?: LoadStrategyoptionalinheritedvalidatevalidate?: booleanoptionalinheritedwherewhere?: FilterQuery<T>