Fix sample page endpoint
It returns
{
"page": {
"total": 3819,
"limit": 20,
"index": 15
}
}
but the doc said:
{
"page": {
"total": 0,
"totalPages": 0,
"currentPage": 0
}
}
It returns
{
"page": {
"total": 3819,
"limit": 20,
"index": 15
}
}
but the doc said:
{
"page": {
"total": 0,
"totalPages": 0,
"currentPage": 0
}
}