Total count in the database for the current query, regardless of paging (skip/limit) count.
Use count() to get the items count on the current page (which is equal to all().length)
Generated using TypeDoc
Total count in the database for the current query, regardless of paging (skip/limit) count.
Use count() to get the items count on the current page (which is equal to all().length)