07be6a80195225f96c7fe7a45d8d3b4a63c81508
[brackets.git] / types / artist.go
1 package types
2
3 import "github.com/zmb3/spotify"
4
5 type Artist struct {
6 ID spotify.ID `json:"id"`
7 Name string `json:"name"`
8 Popularity int `json:"popularity"`
9 }