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