Bridge Search & Pagination
Proxima
Thanks Douglas.
But without limit the result is worse:
{
"code": 200
"text": "OK"
"data": {
"_items": [10]
···
"info": {
"total_items": 10
"total_pages": 1
"next_page": 0
"pagebreak": 20
"page": 1
"this_page": 1
"prev_page": 0
}
}
}
Per documentation total items should be 100...
Seems like something's wrong here