totalPages


totalPagesnumberRead-only

Returns the total number of pages the search produced.

The page size is defined by the limit() function, can be retrieved using the pageSize property. You navigate through pages using the prev() and next() functions.

Was this helpful?
Yes
No