Model
AttributeSearchResults
Magento\Eav\Model\AttributeSearchResults
What it does
This class serves as a data transfer object that contains search results for EAV (Entity-Attribute-Value) attributes.
Developers use this when working with attribute repository search operations to receive paginated results with total count and search criteria information.
It's typically returned by attribute repository methods that perform filtered searches.