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