package point type Page struct { HasNext bool `json:"has_next"` Posts []MetaPost `json:"posts"` Error string `json:"error"` }