AddressSearchResults
Magento\Customer\Model\AddressSearchResults
What it does
This class serves as a data container for returning paginated customer address search results from repository queries.
Developers use this class when implementing or calling customer address search operations that need to return multiple addresses along with metadata like total count, search criteria, and pagination information.
It implements the service contract interface AddressSearchResultsInterface to ensure consistency across the Customer module's API layer.