package entity type StatsDailyItem struct { Date string `json:"date" bson:"_id"` Tasks int64 `json:"tasks" bson:"tasks"` Results int64 `json:"results" bson:"results"` }