export class TrackDto { logId: string; order: number; url?: string; }