export interface MediaInterface { id: number; url: string; name: string; title: string; description: string; entityId?: number; spaceType?: string; surface: string; properties: string[]; sport: number; }