Does anyone have a good example of a sharded counter entity and how to use it in Objectify? The examples I have seen so far are in the native Java datastore api.
For example, suppose you want to keep a counter of how many views a specific page Entity gets (and there can be many page entities).
Just don't want to shoot myself in the foot =P