package model //easyjson:json type PageInfo struct { Total int `json:"total"` StartCursor *string `json:"start_cursor,omitempty"` EndCursor *string `json:"end_cursor,omitempty"` HasNextPage bool `json:"has_next_page"` HasPreviousPage bool `json:"has_previous_page"` }