Class CollectionState

Hierarchy

  • CollectionState

Constructors

Properties

Constructors

Properties

total: number = 0

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