pub mod coverart; pub mod song; pub struct FileType { pub mime: String, pub file_type: String, }