Forum Academy Marketplace Showcase Pricing Features

Populating DB from API call stocks at 50 records?

I am using a API call to get a luge list of user profiles.
Each profile has about 40 fields and I have it all set up.

When I test the api call it showed a lot of entries no problem
image

Why does it stop after 50 have been imported into my db?

image

Even if I change the parameters to only take first 100 it always stop at 50.

Its 1 api call so it is not hitting any api calling limit?