You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for your feedback – I do not have time to add new features at the moment but I'll keep this issue open in case someone else wants to tackle it in the mean time.
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.
The text was updated successfully, but these errors were encountered: