items


itemsArray<Booking>Read-only

Returns an array of bookings that match the query.

The current page of bookings 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 booking array is empty.

Did this help?