I'd love to be able to selectively run logic in the meta only if the relationship is included.
So I could avoid calling the Posts.count method if posts weren't included.
It would also allow me to use Posts.size and perhaps take advantage of eager loading.