package models type CustomDialysisData struct { Date string `json:"date"` Count int64 `json:"count"` Total int64 `json:"total"` }