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 synchronously. For asynchronous pagination, see the PageAsync 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.