export type FarmerDto = { id: number; name: string, price: number, image: string, }