Changing default controller for entityService relations

When using an entityService to make collection A return something (a relation) from Collection B (with user-permissions enabled) the role : authentiated : collectionB : ‘find’ action needs to be enabled to return the relation. This indicates the default find controller (super entity) is being used to return the relation. Can this be ‘re-routed’ to a diffrent custom controller? rather than having to modify or replace the default controller? Seems like it is fixed?

const results = await strapi.entityService.findMany(
“api::collectionA.collectionA”,
{populate: {
// …queries,
someRelationInCollectionB: {
// …more queries, ,
},
},
}
);

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