The documentation does not say how to set sort order (ascending or descending). I tried something like this but it does not work: ```php ->setJsonApiSort([ 'install' => [ 'path' => 'field_active_installs_total', 'direction' => 'DESC', ], ]) ```