Optionallimit?: numberSpecifies the maximum number of records the query will return.
Optionalpopulate?: PopulateOptions<T>[]Allows to populate referenced documents using a collection
Optionalselect?: SelectQuery<T>[]Specifies the fields to select
Optionalskip?: numberSpecifies the number of records to skip
Optionalsort?: string | Record<string, SortOrder>Sets the sort order
Options for List Query.