How to get more than 10 Messages / Folders with the Graph API or how to I filter them?

Hi,

IGraphClient.listFolders();
and
IGraphClient.listMessages();

seem to give only the first 10 elements due to pagination
How do i access the others? Or as an alternative, how to i filter these messages?
Thanks

@fxhak,
Thank you for your questions. These methods don’t have the pagination possibility. Could you share a simple, comprehensive code example reproducing the issue, please?