export class CreateSongDto { title: string; duration: number; albumId: number; }