api-docs/models/Meta.yaml
2022-03-23 08:37:54 -07:00

23 lines
274 B
YAML

description: ""
type: object
properties:
total:
type: integer
page:
type: integer
limit:
type: integer
required:
- total
- page
- limit
x-examples:
example-1:
total: 6
page: 1
limit: 20
examples:
- total: 10
page: 1
limit: 10