Component show a maximum of 5 of selected relations

I am only able to see a maximum of 5 relations for collection. I am able to select as many as I want but when the UI loads the collection only shows 5 of the selected items. The rest api returns all of the selections showing me that they are captured in the database.

Here is the request the default admin UI is making to retrieve the list of selected relations.
https://localhost:5337/content-manager/relations/about.clients-section/1/clients?pageSize=5&page=1

Is there a default setting I can change to increase the pageSize query parameter to either a larger fixed size or default to the count of the selected relations?

This topic has been created from a Discord post (1217857287557742674) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Component shows a maximum of 5 of selected relations.