package point type Recommendation struct { Text string `json:"text"` Comment_id int `json:"comment_id"` Author User `json:"author"` }