items


itemsArray<ActivityCounter>

Returns an array of activityCounters items that match the query.

items contains the current page of results retrieved by the query. If no results match the query, items is an empty array. The page size is defined by the limit() function and can be retrieved using the pageSize property. You can use the next() and prev() functions returned by activityCounters to navigate the pages of a query result.

Was this helpful?
Yes
No