When I perform a vector search, I get 100 documents. If I set the page size to less than 100, the found value matches that number—for example, if I set it to 50, it says found: 50, and if I set it to 60, it says found: 60. But if I set it to 110, it still says found: 100.
How can I fix this issue?