How the API takes a sort: one query param naming the column, with a
prefix that flips it to descending (?ordering=-net, the Django REST
Framework and Launch Library convention). Configuring it makes the REST
vista orderable, so a paged grid asks the server for its sort instead of
re-sorting the rows it happens to hold.