export interface Song { id: string; comment: string; final: boolean; key: string; number: number; tempo: number; text: string; title: string; type: string; flags: string; status: string; legalType: string; legalOwner: string; legalOwnerId: string; artist: string; label: string; termsOfUse: string; origin: string; }