export interface Playlist {
    id: string;
    title: string;
    thumbnail: string;
    description: string;
}
