name: subset
description: >-
  A subset of data to query without specifying a single item.
  For example, to query for a track in all playlists without providing a `playlist_id`.
  Currently providing `subset=playlists` requires providing parameter `isrc` as well.
  Response items will also be aggregated by `playlist_id` (in addition to ISRC).
in: query
required: false
schema:
  type: string
  enum:
    - playlists