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