Map<String, dynamic> toJson() { return { 'search': search, 'page': page, 'limit': limit, 'orderBy': orderBy, 'desc': desc }; }