A Cursor to continue loading more results.
Have we reached the end of the results?
The page of results.
OptionalpageWhen a query reads too much data, it may return 'SplitRecommended' to
indicate that the page should be split into two with splitCursor.
When a query reads so much data that page might be incomplete, its status
becomes 'SplitRequired'.
OptionalsplitA Cursor to split the page into two, so the page from (cursor, continueCursor] can be replaced by two pages (cursor, splitCursor] and (splitCursor, continueCursor].
The result of paginating using OrderedQuery.paginate.