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

@@ -5,15 +5,18 @@
"type": "gonic",
"gonicVersion": "v0.6.3",
"artist": {
"id": 1,
"id": "1",
"name": "Jah Wobble, The Edge & Holger Czukay",
"albumCount": 1,
"album": [
{
"id": 3,
"coverArt": 3,
"artistId": 1,
"id": "3",
"coverArt": "3",
"artistId": "1",
"artist": "Jah Wobble, The Edge & Holger Czukay",
"name": "Snake Charmer",
"songCount": 0,
"duration": 0,
"created": "2019-05-16T22:10:52+01:00"
}
]