PaginatedResult

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