PaginationResult

fun <T> PaginationResult(page: Int, pagesNumber: Int, results: List<T>, size: Int)