Open preritdas opened 6 hours ago
https://github.com/Standard-Labs/real-intent/blob/c99e648d1f52ef87a500d6600fef3bc0dbdfa612/real_intent/client.py#L242-L267
totalCount... probably need to be using # of records per page and doing floor div + 1 to get # of pages. Seems we're pulling extreme numbers of empty pages. Hunch, look into it more.
totalCount
https://github.com/Standard-Labs/real-intent/blob/c99e648d1f52ef87a500d6600fef3bc0dbdfa612/real_intent/client.py#L242-L267
totalCount
... probably need to be using # of records per page and doing floor div + 1 to get # of pages. Seems we're pulling extreme numbers of empty pages. Hunch, look into it more.