Hello everybody,
I got the following hashtable:
{Key1 = {a=a, b=b, c=c}, Key2={x=x, y=y}, etc...}

All I need is to retrieve amount of items each key has.

Thanks.