type: object
nullable: true
description: 'Core Chart Track metrics for the specific date.'
properties:
  date:
    $ref: '../properties/date.yaml'
  previous_date:
    $ref: '../properties/previous_date_nullable.yaml'
  is_entry:
    $ref: '../properties/is_entry_nullable.yaml'
  position:
    $ref: '../properties/spotify_chart_state_metric_position.yaml'
  isrc_position:
    $ref: '../properties/chart_state_metric_isrc_position.yaml'
  previous_position:
    $ref: '../properties/previous_position_nullable.yaml'
  trend:
    $ref: '../properties/trend_nullable.yaml'
  date_streams:
    $ref: '../properties/spotify_date_streams.yaml'
  isrc_date_streams:
    $ref: '../properties/spotify_isrc_date_streams.yaml'