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