{
"content": [
{
"id": 0,
"title": "string",
"type": "PLAYLIST",
"owner": {
"id": 0,
"username": "string"
},
"tracks": [
{
"trackId": 0,
"title": "string",
"durationSeconds": 0,
"trackUrl": "http://example.com"
}
]
}
],
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0,
"isLast": true
}