When use the new MS Teams Graph API to get a list of webinars: https://learn.microsoft.com/en-us/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta&tabs=csharp
it returns a list of 100 even though there is a total of 153 of webinars.
Question: how can I order them by newest so that I can get the newest ones on top? OR get page num 2?