OrderedPaginatedResult

constructor(ordering: List<R>, total: Int, limit: Int, page: Int, list: List<T>)