An interface representing a single page, with items of type T, from a paginated endpoint response.
Implementations of this interface are expected to request additional pages asynchronously. For synchronous pagination, see the Page interface.
Returns whether there's another page after this one.
Returns the items in this page.
Returns the page after this one by making another request.