Map<String, dynamic> toJson() { return { 'currentPage': currentPage, 'pageSize': pageSize, 'sortField': sortField, 'sortOrder': sortOrder, }; }