When sorting with parameters: 'sort_attribute=averageRating&sort_direction=desc' we get a list of products that first contains products with averageRating equal to null.
When sorting with parameters: 'sort_attribute=averageRating&sort_direction=asc' we get a list of products that last contains products with averageRating equal to null.
After:
Descending order: Products with averageRating equal to null should be the latest.
Ascending order: Products with averageRating equal to null should come first.
Before:
After: