model/response/response.go @@ -344,4 +344,9 @@ CurrencyResponse struct { List []*model.Currency `json:"list"` } CollectionProjectionListResponse struct { List []*model.CollectionProjection `json:"list"` Count int `json:"count"` } )