1 2 3 4 5 6
pub struct Artist { id: Option<usize>, name: String, bio: Option<String>, site: Option<String>, }