package models type Meal struct { Name string Price string Attributes string }