It'll be no surprise that we can use the Count property to find the number of key-value pairs in a dictionary.

Nice! Remember that the .Count will return the number of pairs not the individual values!

Here's a hint: dictionaries are more like lists than they're like arrays.