@override Map<String, Object?> toJson() { Map<String, Object?> map = super.toJson(); map['ec'] = _count; return map; }