Check if SortedMap has Any Data in It

I was wondering if you could check if a sorted map (memory store) has any data in it. Does anyone know if this is possible? It’s probably going to have the same answer as a datastore, so if you know if you can do this with a datastore then you can probably do it with this.

If GetRangeAsync returns an empty list then that would indicate there’s nothing in the sorted map.

Oh, that would make sense, I’ll try that out.