Given a list of integers, write a function to return the count of even numbers present in the list.
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
5
Bot