Remove the file list endpoint as it isn't used in our services
- Remove the file list endpoint as it isn't used in our services
This API has particularly bad performance due to the size of the download file table, due to the need to do raw calls to count over the very large dataset. Combined with the fact that this was added initially as an extra endpoint and not because it was legacy code, it is being removed.