@mikro-orm/coreInterfacesVersion: NextOn this pageEntityLoaderOptions <Entity, Fields, Excludes>HierarchyEntityLoaderOptionsInitCollectionOptionsIndex PropertiesconnectionTypeconvertCustomTypesexcludefieldsfiltersignoreLazyScalarPropertieslockModelogginglookuporderBypopulateWhererefreshschemastrategyvalidatewhereProperties optionalconnectionTypeconnectionType?: ConnectionTypeoptionalconvertCustomTypesconvertCustomTypes?: booleanoptionalexcludeexclude?: readonly AutoPath<Entity, Excludes, never, 9>[]optionalfieldsfields?: readonly AutoPath<Entity, Fields, *, 9>[]optionalfiltersfilters?: FilterOptionsoptionalignoreLazyScalarPropertiesignoreLazyScalarProperties?: booleanoptionallockModelockMode?: NONE | PESSIMISTIC_READ | PESSIMISTIC_WRITE | PESSIMISTIC_PARTIAL_WRITE | PESSIMISTIC_WRITE_OR_FAIL | PESSIMISTIC_PARTIAL_READ | PESSIMISTIC_READ_OR_FAILoptionallogginglogging?: LoggingOptionsoptionallookuplookup?: booleanoptionalorderByorderBy?: QueryOrderMap<Entity> | QueryOrderMap<Entity>[]optionalpopulateWherepopulateWhere?: PopulateHint | infer | alloptionalrefreshrefresh?: booleanoptionalschemaschema?: stringoptionalstrategystrategy?: LoadStrategy | select-in | joined | balancedoptionalvalidatevalidate?: booleanoptionalwherewhere?: FilterQuery<Entity>