pub struct Artist { id: Option, name: String, bio: Option, site: Option, }