type: object
nullable: false
properties:
  count:
    $ref: '../properties/count.yaml'
  items:
    type: array
    items:
      $ref: './VideoChartPosition.yaml'
  next_cursor:
    $ref: '../properties/next_cursor.yaml'