The above code is working fine, I am getting all the data (500+ posts) active present in DB and the pagination also working as expected.
But when I change the params includeDeletedPosts to true then I am getting only 16 posts (active and deleted) of the user out of 500+. Pagination also not working for the above filter.
Please let me know If I am doing anything wrong here.
Hello, we are unable to reproduce this problem on our side. Could you please review the sample code provided below and comparing it to your current code: