sorry for confusion... the KV API says that `list()` order is always lexicographical and there's no
sorry for confusion... the KV API says that
list() order is always lexicographical and there's no way to limit the list, but there's also https://developers.cloudflare.com/durable-objects/api/storage-api/#list which includes options such as limit and reverse ...can these all be used together with list({prefix: 'pre-') from the KV API?



