Map<String, dynamic> toJson() { return { 'total': total, 'added': added, 'removed': removed, 'changed': changed, 'compactLabel': compactLabel, }; }