type: object
description: 'Companies response container'
properties:
  items:
    type: array
    items:
      $ref: './Company.yaml'
  count:
    $ref: '../properties/count.yaml'