package rest type Order struct { Name string `json:"Name"` IsAsc bool `json:"IsAsc"` }