{
"id": 0,
"title": "string",
"type": "PLAYLIST",
"isLiked": true,
"description": "string",
"isPrivate": true,
"coverArtUrl": "string",
"playlistSlug": "string",
"totalDurationSeconds": 0,
"trackCount": 0,
"owner": {
"id": 0,
"username": "string",
"displayName": "string",
"avatarUrl": "string",
"isFollowing": true,
"followerCount": 0,
"trackCount": 0
},
"genres": [
"string"
],
"createdAt": "string"
}