export interface Image { description?: string | null dimension: { height: number width: number } metadata?: JSON | null system: { uid: string } title: string url: string }