Hi @Chandna, Ashish
The count returned for search results is not an accurate number. That is why it says "About 410 results". Every time you change pages, the query is executed and SharePoint takes another guess at how many results are found, even though the query has not changed.
That is also why there is `ResultTable.IsTotalRowsExact` property which will be true if TotalRows is the exact number of results returned.
You can see the similar issue with yours
https://stackoverflow.com/questions/58137986/sharepoint-search-rest-api-returns-inconsistent-total-rows-count The issue also can be caused by crawler. And will be fixed on its own in the next crawl.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.