We are seeing some timeouts at our larger clients when retrieving groups and roles. From working with support, it looks like these are down to having to fetch user data at the server side to populate the userCount fields. We can work around this for roles, where the endpoint supports a boolean flag to switch userCount processing on or off. However, a similar feature doesn't appear to be implemented for groups.
Is there a way to retrieve all group data without populating the userCount data when we do not need it?