items


itemsArray<Session>Read-only

Returns an array of sessions that match the query.

The current page of sessions retrieved by the query.

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

When no items match the query, the items array is empty.

Was this helpful?
Yes
No