Hello!
I'm writing an application that needs to count some related objects
[% row.objects.count %] results in "select * from objects"
[% row.objects.scalar.count %] yields an error
[% row.search_related_rs('objects').count %] is UGLY
Do I have any better solution?
Alex.