type StreamMapping = {
    id: string;
    artist: string;
    title: string;
    source: string;