in: query
name: track_id
description: >-
  List of Spotify track ids to filter the results.
required: false
examples:
  'Single track id - 40iJIUlhi6renaREYGeIDS':
    value: '40iJIUlhi6renaREYGeIDS'
  'Multiple track ids':
    value: [ '40iJIUlhi6renaREYGeIDS', '6Uj1ctrBOjOas8xZXGqKk4' ]
schema:
  type: array
  items:
    $ref: '../schemas/properties/spotify_track_id.yaml'