The volume of data requests is already so large (almost 10 000) that it is not possible to display all requests in a single list. Split the list by year, so that the oldest requests are grouped into the year 2021.
In the user interface, this could look for example like this. Since not all datasets have requests from the beginning, in such cases only the years with requests are shown in the handler’s view.

The volume of data requests is already so large (almost 10 000) that it is not possible to display all requests in a single list. Split the list by year, so that the oldest requests are grouped into the year 2021.
In the user interface, this could look for example like this. Since not all datasets have requests from the beginning, in such cases only the years with requests are shown in the handler’s view.