To count how often a value appears in a list like answers, we start with the list name, a dot ., and then count().
answers
.
count()
Make sure to pick answers, followed by ., and finally count().