GroupSearchResults
Magento\Customer\Model\GroupSearchResults
What it does
This class serves as a container for customer group search results returned by repository search operations.
Developers use this when implementing or consuming the customer group repository's getList() method, which returns a collection of customer groups along with pagination and filtering information.
It implements the GroupSearchResultsInterface to ensure consistent handling of search results across the Customer module.