Rest API - Pagination Patterns
Identify the error in this pagination metadata snippet and select the fix:
{
"data": [...],
"pagination": {
"currentPage": 1,
"totalPages": 3,
"perPage": 10
}
}Identify the error in this pagination metadata snippet and select the fix:
{
"data": [...],
"pagination": {
"currentPage": 1,
"totalPages": 3,
"perPage": 10
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions