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