Possible bug -> This condition is always false. https://github.com/HubSpot/hubspot-api-php/blob/master/codegen/Crm/Companies/Api/SearchApi.php#L192 ``` if ('\HubSpot\Client\Crm\Companies\Model\CollectionResponseWithTotalSimplePublicObjectForwardPaging' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } ```