Paging copyWith({int? limit, int? offset, int? totalCount}) { return Paging( limit: limit ?? this.limit, offset: offset ?? this.offset, totalCount: totalCount ?? this.totalCount, ); }