DEFAULT_LIMIT_FETCH_GROUPS
The default limit for fetching groups.
This constant defines the default number of groups to retrieve when no specific limit is provided during fetch operations. It is used to control the maximum number of group entries returned in operations such as fetching all groups.
The value of this constant is set to 100, meaning that by default, up to 100 groups will be fetched unless a different limit is specified in the method parameters.
This default limit helps to manage and optimize the amount of data retrieved in a single operation, balancing performance with data completeness.