Model
TaxRateSearchResults
Magento\Tax\Model\TaxRateSearchResults
What it does
This class serves as a data container for tax rate search results returned from repository queries.
Developers use this when retrieving multiple tax rates through the Tax API, as it standardizes the response format with items, total count, and search criteria.
It implements the TaxRateSearchResultsInterface to ensure compatibility with Magento's service contract pattern.