Class: PagedResponse

PagedResponse(repository, total, offset, limit, responseType, result)

Defines a wrapper around query result which can be fetched in pages, defining pagination configuration and holding reference to BaseRepositoryClient used internally for the fetch operations.