package fr.univpau.queezer.data data class Track( val title: String, val artist: Artist, val preview: String, val album: Album )