Skip to content

Instantly share code, notes, and snippets.

@volkovasystems
Created November 4, 2019 18:17
Show Gist options
  • Save volkovasystems/952c6a90643c962c305daf4f065ad46c to your computer and use it in GitHub Desktop.
Save volkovasystems/952c6a90643c962c305daf4f065ad46c to your computer and use it in GitHub Desktop.
descriptive-pagination-schema
{
"totalLength": "number",
"pageIndex": "number",
"pageCount": "number",
"pageSize": "number",
"lastPageSize": "number"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment