type: object
nullable: true
properties:
  name:
    type: string
    example: 'Downtempo & Lofi Electronic'
  playlist_id:
    $ref: '../properties/playlist_id.yaml'
  playlist_type:
    $ref: '../properties/playlist_type.yaml'
  uri:
    $ref: '../properties/spotify_playlist_uri_nullable.yaml'
  num_tracks:
    type: integer
    description: >-
      Total number of tracks in the playlist.

      This field is not currently supported and will always return null.
    default: 0
    example: 100
    nullable: true
  country_code:
    $ref: '../properties/country_code_nullable.yaml'
  rank:
    $ref: '../properties/global_rank.yaml'
  dsp:
    $ref: './Dsp.yaml'
  dsp_playlist_id:
    $ref: '../properties/dsp_playlist_id.yaml'
  amazon_playlist_id:
    $ref: '../properties/amazon_parent_playlist_id.yaml'
  image:
    $ref: './ImageSimple.yaml'
  description:
    $ref: '../properties/playlist_description.yaml'
  followers:
    $ref: '../properties/number_followers.yaml'
  is_ignored:
    $ref: '../properties/is_ignored.yaml'
  is_removed:
    $ref: '../properties/is_removed.yaml'
  is_personalised:
    $ref: '../properties/is_personalised.yaml'
  is_public:
    $ref: '../properties/is_public.yaml'
  owner:
    $ref: './PlaylistOwner.yaml'
required:
  - name
  - playlist_id