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