package common type JSONDBQueryResult struct { Data interface{} `json:"data"` Total int `json:"total,omitempty"` }