package point type MetaPost struct { Bookmarked bool `json:"bookmarked"` Uid int `json:"uid"` Subscribed bool `json:"subscribed"` Editable bool `json:"editable"` Recommended bool `json:"recommended"` Post Post `json:"post"` }