I am using 1.7.0 version of the Python API.
I have a fairly large feature layer published in our ArcGIS Portal 10.7, roughly 1 million records in it.
When I do a query on this layer, and only return the count only, I'll get the count 1329 which is correct.

But when I try to return the actual records, it only returns 99 records despite that I've set return_all_records to True.

Anyone know why? and how can I fix it?
Many thanks.