Swift найти количество словарных элементов

var studentID = [111: "Eric", 112: "Kyle", 113: "Butters"]
print(studentID.count)
SAMER SAEID