Map<String, dynamic> toJson() { final count = this.count; return { if (count != null) 'Count': count, }; }