type: object
description: 'Object containing the summary for ISRC in Playlists'
properties:
  isrc:
    $ref: '../properties/isrc.yaml'
  date:
    $ref: '../properties/iso_8601_date.yaml'
  dsp:
    $ref: '../properties/dsp_slug_nullable.yaml'
  total_playlists:
    type: integer
    example: 5
    nullable: true