package dto type Specialist struct { Id string `json:"id"` Handle string `json:"handle"` Avatar string `json:"avatar"` }