type: object
nullable: false
description: 'Response object container'
properties:
  all_dsps:
    type: array
    items:
      $ref: '../properties/TrackStreamsInsightsItem.yaml'
  amazon:
    type: array
    items:
      $ref: '../properties/TrackStreamsInsightsItem.yaml'
  apple:
    type: array
    items:
      $ref: '../properties/TrackStreamsInsightsItem.yaml'
  spotify:
    type: array
    items:
      $ref: '../properties/TrackStreamsInsightsItem.yaml'
example:
  all_dsps:
    - peak_streams_date: "2023-01-19"
      peak_streams_number: 1404061
      strike_weeks: 0
      country_code: "worldwide"
    - peak_streams_date: "2023-01-20"
      peak_streams_number: 428727
      strike_weeks: 0
      country_code: "us"
  amazon:
    - peak_streams_date: "2023-01-19"
      peak_streams_number: 1404061
      strike_weeks: 0
      country_code: "worldwide"
    - peak_streams_date: "2023-01-20"
      peak_streams_number: 428727
      strike_weeks: 0
      country_code: "us"
  apple:
    - peak_streams_date: "2023-01-19"
      peak_streams_number: 1404061
      strike_weeks: 0
      country_code: "worldwide"
    - peak_streams_date: "2023-01-20"
      peak_streams_number: 428727
      strike_weeks: 0
      country_code: "us"
  spotify:
    - peak_streams_date: "2023-01-19"
      peak_streams_number: 1404061
      strike_weeks: 0
      country_code: "worldwide"
    - peak_streams_date: "2023-01-20"
      peak_streams_number: 428727
      strike_weeks: 0
      country_code: "us"
