Alice is working on a software project that needs to store the number of times a user clicks a button. The count is not expected to exceed 1000. Which data type would be the most efficient for Alice to use to store this information?
Float
Integer
String
Boolean