export type Image = { dimension: { height: number width: number } title: string url: string }