export interface ItemPriceResponse { ItemId: number; ItemName: string; ItemPrice: number; InSeason: boolean }