type: object required: - customers - count - offset - limit properties: customers: type: array description: An array of customer details. items: $ref: ./Customer.yaml count: type: integer description: The total number of items available offset: type: integer description: The number of customers skipped when retrieving the customers. limit: type: integer description: The number of items per page