package model type Credit struct { Artist `json:"artist"` Role string `json:"role"` Primary bool `json:"primary" db:"is_primary"` }