Improved paginator properties

This commit is contained in:
Alejandro Celaya
2018-06-17 18:29:40 +02:00
parent 8cfb4f61ca
commit f78a7f12a9
3 changed files with 23 additions and 5 deletions

View File

@@ -116,7 +116,10 @@
],
"pagination": {
"currentPage": 5,
"pagesCount": 12
"pagesCount": 12,
"itemsPerPage": 10,
"itemsInCurrentPage": 10,
"totalItems": 115
}
}
}