api-docs/models/Meta.yaml
2022-10-15 21:34:08 -07:00

19 lines
224 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