A straightforward way to limit the number of entries an authenticated user can add to a collection.
For example, if the database application was a classifieds listing, the user can only add a 'set maximum' number of items to the collection. Once this limit is reached, the user can add newer items only if older items are removed or expired.
> There still isn't a way to do this type of count specific to 1 record (e.g a user only voting in 1 record once).
Years later, is there a way yet? Has anyone come up with a workaround to limit a user to rating only once per record? I don't understand how the Rating data type is of any use, if any user can "stuff the ballot box".