package models type Cake struct { Name string ID int Price int Amount int Category string Availability string }