Discussions

Ask a Question
Back to all

How is pagination returned (cursor vs page/size)? Max limit?

Page/size model with this structure:

"pagination": {
  "total_reviews": integer,
  "page": integer,
  "page_size": integer,
  "total_pages": integer,
  "has_next": boolean,
  "has_previous": boolean
}