I have a folder hierarchy in OneDrive containing around 1000 files spread out under those folders. All files are .mp4 files. When I do a search using the graph api and specify q='.mp4' it returns only 500 files (paged with 200 in each page). I have tried using $top=1000 but then I get one page only with 500 files.
Is there a limit of 500 for the search?