Using transform in db queries

I give an example of using transform here.

You should be aware that transform does not run on the find(), but on the fetch() - which may be implied, e.g. by rendering a cursor with Blaze, or using findOne().