An interface representing a single page, with items of type [T], from a paginated endpoint response.
public interface PageAsync<T>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.