package article type Document struct { Title string `json:"title"` Body string `json:"body"` }