AttributeSetSearchResults
Magento\Eav\Model\AttributeSetSearchResults
What it does
This class serves as a data container for returning paginated search results of attribute sets through Magento's API.
Developers use this when implementing or consuming attribute set repository methods that return multiple results with pagination, filtering, and sorting capabilities.
It extends SearchResults to provide standardized structure for API responses containing lists of attribute sets.