pagination
totalinteger
Example:
2countinteger
Example:
2perPageinteger
Example:
500currentPageinteger
Example:
1totalPagesinteger
Example:
1pagination
{
"total": 2,
"count": 2,
"perPage": 500,
"currentPage": 1,
"totalPages": 1
}