package models type Date struct { From string ` json:"from,omitempty"` To string ` json:"to,omitempty"` }