Map<String, dynamic> toJson() { return { 'where_condition': whereCondition, 'order_by': orderBy?.map((e) => e).toList(), }; }