Check if a new item has been added

Sorry if this question has been asked, but is it possible to check if a new item has been added to a database and display the amount of things that have been added?

There is a built in “count” function. This will allow you to count the number of items in a collection.