Is that expected - each time I invoke getUserProfileThreadsLoggedIn() for a specific user, the very first page gives a different next_max_id each time.
I am using swr so this causes it to revalidate all pages each time I load a new page - because the cursor of the first page has changed (even though the content hasn't).