Broken pagination with sortBy=DATASET_DATE
The pagination is broken when requesting sample list sortBy=DATASET_DATE.
For instance, this requests a list with page size = 20, but only returns 3 items on the first page even though there are 6 pages.
{totalWithoutFilters: 110, total: 110, totalPages: 6, currentPage: 1}
The problem does not appear with sortBy=DATE
Edited by Mael Gaonach