package response type StatsItem struct { Type int Name string Count int64 } type StatsTotal struct { Name string Count int64 } type CommonStats struct { Total StatsTotal Items []StatsItem }