core.Map<core.String, core.dynamic> toJson() { final categoryCounts = this.categoryCounts; return {'categoryCounts': ?categoryCounts}; }