What is the type and value of `count` here?let text: String? = nil let count = text?.count print(count as Any)