api-docs/models/Meta.yaml

23 lines
271 B
YAML
Raw Normal View History

2022-03-10 04:16:02 +01:00
description: ''
type: object
properties:
total:
type: number
page:
type: number
limit:
type: number
required:
- total
- page
- limit
x-examples:
example-1:
total: 6
page: 1
limit: 20
examples:
- total: 10
page: 1
limit: 10