totalCount


totalCountnumberRead-only

Returns the total number of items that match the query.

The totalCount returns the total number of items that match the query, not just the number of items in the current page.

Note: This property is only available when the query's options.returnTotalCount parameter is set to true.

Did this help?