package models type Tag struct { Name string `json:"name"` }