fields to select
query conditions to match
optional model to use for population
optional query options like sort, limit, etc
correct limit on populated array
optional boolean, set to false
to allow populating paths that aren't in the schema
deep populate
If true Mongoose will always set path
to a document, or null
if no document was found.
If false Mongoose will always set path
to an array, which will be empty if no documents are found.
Inferred from schema by default.
Overwrite the schema-level local field to populate on if this is a populated virtual.
Overwrite the schema-level foreign field to populate on if this is a populated virtual.
transform function to call on every populated doc
Generated using TypeDoc
space delimited path(s) to populate