Step 1: Understanding the question.
The `COUNT()` function in SQL is an aggregate function used to return the number of rows that match a specified criterion. Aggregate functions operate on a set of values and return a single value. Step 2: Conclusion.
The correct answer is Aggregate, as `COUNT()` is used to calculate the number of entries in a group.