@@ -2447,6 +2447,9 @@ class TGovernmentStatisticsService extends CrudService {
}
},
+ {
+ $sort: {success_probability:-1}
+ },
{
$skip: Number.parseInt(skip),