if (response.data['has-more']) { awaitgetHubspotCompanies(response.data['offset']) }
} catch (error) { console.log('error', error) }
}
It should be returning 2107 companies, but its only returning 141. Is there any problem with my code, or is there some sort of filter from our companies list to what the api returns?