export class PhotoMetadata{ width!: number; height!: number; metadata!: string; path!: string; error!: boolean; }