responses:
  Website:
    description: Website Object
    schema:
      type: object
      properties:
        website:
          schema:
            $ref: '#/definitions/Website'
  Websites:
    description: Websites Array
    schema:
      type: object
      properties:
        websites:
          type: array
          items:
            $ref: '#/definitions/Website'
        pagination:
          $ref: '#/definitions/Pagination'
