Introduce `sortBy` query parameter for `/datafile` endpoint
Would it be possible to add the sortBy
query parameter for the endpoint /catalogue/{sessionId}/datafile
.
I am integrating the pagination for the downloadable files in HOA and Paleo and I would like to list the files with big files first using sortBy=fileSize
.
However, I can only do it on the frontend side for now and so, sort by size only the n files retrieved with the pagination.