package models type ListResp struct { Total int64 `json:"total"` List interface{} `json:"list"` }