export interface Photo { id: string; fileName: string; capturedAt: string | null; latitude: number | null; longitude: number | null; thumbnailUrl: string | null; }