Search copyWith({String? text, int? page, int? size}) { return Search( text: text ?? this.text, page: page ?? this.page, size: size ?? this.size); }