{
"content": [
{
"id": 0,
"title": "string",
"artist": {
"id": 0,
"username": "string"
},
"trackUrl": "http://example.com",
"coverUrl": "http://example.com",
"waveformUrl": "http://example.com",
"genre": "string",
"tags": [
"string"
],
"state": "PROCESSING",
"releaseDate": "2019-08-24",
"playCount": 0,
"likeCount": 0,
"repostCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0,
"isLast": true
}