type: object
nullable: false
description: 'Response object container'
properties:
  count:
    $ref: '../properties/count.yaml'
  items:
    type: array
    items:
      $ref: './ChartTracksAnalyticsArray.yaml'
example:
  'count': 1
  'items':
    - track_id: '4AAIAVjSyiq1N7SXKkwXZe'
      isrcs: ['GBUM72104705', 'US23A1540104']
      min_date: '2021-10-26'
      max_date: '2021-10-29'
      min_position: 94
      max_position: 98
      metrics:
        positions:
          - 94
          - 98
          - 98
          - 98