How can I filter a request in MS Graph Delta ?
For example I want to filter files (OneDrive) with the extension .xlsx
https://graph.microsoft.com/v1.0/me/drive/root/delta?$filter=endsWith(name,'.xlsx')
But unfortunately I get as a response all the files that are saved (.docx files etc.)