allOf:
  - $ref: './PlaylistTrackPositionSimple.yaml'
  - type: object
    description: 'Object containing the details of a Track `Position` in a tracklist.'
    properties:
      playlist_id:
        $ref: '../properties/playlist_id.yaml'
      playlist:
        $ref: './Playlist.yaml'
      streams:
        $ref: '../properties/number_streams.yaml'
      streaming_for_1_days:
        $ref: './StreamingFor1Days.yaml'
      streaming_for_7_days:
        $ref: './StreamingFor7Days.yaml'
      trend:
        $ref: '../properties/trend_nullable.yaml'
      num_days_on:
        $ref: '../properties/num_days_on.yaml'
      earliest_position_date:
        $ref: '../properties/earliest_position_date_nullable.yaml'
      latest_position_date:
        $ref: '../properties/latest_position_date_nullable.yaml'
      trend_change_14_days:
        $ref: '../properties/trend_change_14_days.yaml'
      previous_position_change_14_days:
        $ref: '../properties/previous_position_change_14_days.yaml'
      last_date_change_14_days:
        $ref: '../properties/last_date_change_14_days.yaml'
      track:
        $ref: './TrackSimple.yaml'
      amazon_track:
        $ref: './AmazonTrackShortInfo.yaml'