length


lengthnumberRead-only

Returns the number of items in the current results page.

The page size is defined by the [limit()](/group-members-query-builder/limit function, can be retrieved using the pageSize property, and navigating through pages is done with the prev() and next() functions.

Did this help?