Hi we have 1000s of records and when using http connector the Microsoft graph call returns "@odata.count:1000". Is there any way to return more than 1000 records?

Hi we have 1000s of records and when using http connector the Microsoft graph call returns "@odata.count:1000". Is there any way to return more than 1000 records?
Never mind, it's a paging thing, the "nextLink" provides more results.