export type Photo = { coverFeatured: boolean createdAt: string file: string | null hidden: boolean id: string isNew: boolean isSelected: boolean position: number seoFeatured: boolean type: 'photo' updatedAt: string url: string }