type: object
description: 'PublicPlaylists response container'
properties:
  items:
    type: array
    items:
      $ref: './PublicPlaylist.yaml'
  count:
    $ref: '../properties/count.yaml'