All our queries have the following clause at the end which I believe is redundant? It would be worth investigating further to confirm if `_score` is the default mode and if so we can remove this. ```js "sort": [ "_score" ] ```