Skip to content

Instantly share code, notes, and snippets.

@q-ode
Last active July 17, 2017 12:07
Show Gist options
  • Save q-ode/1d5b673d76e1c2476696255658d3f382 to your computer and use it in GitHub Desktop.
Save q-ode/1d5b673d76e1c2476696255658d3f382 to your computer and use it in GitHub Desktop.
Essential Metadata for Pagination
  • page: current page of the query result based on limit and offset
  • pageCount: total number of pages
  • pageSize: number of records per page (based on limit)
  • totalCount: total number of records based on query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment