Term copyWith({ String? term, int? count, }) { return Term( term: term ?? this.term, count: count ?? this.count, ); }