CategoryAttributeSearchResults
Magento\Catalog\Model\CategoryAttributeSearchResults
What it does
This class serves as a data container for search results when querying category attributes in Magento 2.
Developers use this class to receive structured results from category attribute repository search operations, which includes the list of matching attributes along with pagination and search criteria information.
It implements the CategoryAttributeSearchResultsInterface to ensure consistent data structure across the application.