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,23 +5,28 @@
"type": "gonic",
"gonicVersion": "v0.6.3",
"artist": {
"id": 3,
"id": "3",
"name": "13th Floor Elevators",
"albumCount": 2,
"album": [
{
"id": 8,
"coverArt": 8,
"artistId": 3,
"id": "8",
"coverArt": "8",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "Easter Everywhere",
"songCount": 0,
"duration": 0,
"created": "2019-06-13T12:57:28.850090338+01:00"
},
{
"id": 9,
"coverArt": 9,
"artistId": 3,
"id": "9",
"coverArt": "9",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"songCount": 0,
"duration": 0,
"created": "2019-06-13T12:57:24.306717554+01:00"
}
]