Chose OneToOne relation display order

Hello everyone, I’ve been using Strapi for a few months now, I’m using a single type that is connected to collection types:

I’m using OneToOne relation, the issue is that every day my team is creating a lot of entries on the collections types, and now we are struggling to find the specific collection, right now the entries are appearing alphabetically:


It would be great that I could customize the order in which they are appearing, like order them by its creation, so I would have the recent ones first, if anyone knows if there is a way or if it could be added please help, thanks in advance for any help.

on strapi’s end you can customize the output of the route and change it to something custom with a global middleware or a middleware on the relations route