Discussions
How is pagination returned (cursor vs page/size)? Max limit?
2 months ago by Gopal Jha
Page/size model with this structure:
"pagination": {
"total_reviews": integer,
"page": integer,
"page_size": integer,
"total_pages": integer,
"has_next": boolean,
"has_previous": boolean
}
