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