diff --git a/internal/models/objects.go b/internal/models/objects.go index 62b6f1f..2f7910f 100644 --- a/internal/models/objects.go +++ b/internal/models/objects.go @@ -33,8 +33,9 @@ type Person struct { } type ArtistBrief struct { - ID string `json:"id"` - Name string `json:"name"` + ID string `json:"id"` + Name string `json:"name"` + SortName string `json:"sortName"` } type Artist struct {