I need to get the length from a stream at some key. For this I simply do: len(api.liststreamkeyitems('myStream', 'myKey'). However, this takes some time if the returned list is huge. Is there a way to do this efficiently? Note that I just need the length list, not the elements itself.