for _, s := range r.Sections {
if s.Type == "song" {
}
if s.Type == "album" {
}
}
if s.Type == "artist" {
}
}
}
Songs
for _, s := range s.Hits {
{ s.Result.ArtistNames }
}