Moralis pagination.Cursor creation?

Iā€™m using Moralis v2 SDK with typescript. Basically when we call Moralis.EvmApi.transaction.getWalletTransactions({ chain,address,limit }) we get result in result key and next page by calling from this body .next()

But is there way to directly call for 3rd page with page size 20 for example? We should create somehow cursor for this?
Because seems like offset is already not working. Not sure if there are other options.

You can not jump directly to page 3.