return more child counts and format sql

This commit is contained in:
sentriz
2020-02-21 00:00:43 +00:00
parent 13d61db339
commit b677af43f0
32 changed files with 671 additions and 504 deletions

View File

@@ -7,17 +7,20 @@
"searchResult3": {
"artist": [
{
"id": 4,
"name": "Anikas"
"id": "4",
"name": "Anikas",
"albumCount": 0
}
],
"album": [
{
"id": 13,
"coverArt": 13,
"artistId": 4,
"id": "13",
"coverArt": "13",
"artistId": "4",
"artist": "Anikas",
"name": "Anika",
"songCount": 0,
"duration": 0,
"created": "2019-05-23T15:12:02.921473302+01:00"
}
]