Write a Racket function count_list with type
int list -> int
that returns the number of items in a list. An item that is repeated is counted each time it appears in the list.