*/ class SearchResult implements ResultInterface { public function __construct( public string $term = "", public array $results = [] ) {} }