1 2 3 4 5 6 7 8 9
define_entity!(CreateSong, Song { id: i64, provider_id: i64, album_id: i64, title: String, track_number: Option<i64>, duration: i64, year: Option<i64>, });