* Projection counting the values
* TODO: idPropertyName isn't needed, should be read from the configuration
* @param idPropertyName Name of the identifier property
*/
public AuditProjection count(String idPropertyName) {
return new PropertyAuditProjection(new OriginalIdPropertyName(idPropertyName), "count", false);
}