package web type ListResponse[E any] struct { Total int64 `json:"total"` List []E `json:"list"` }