Replies: 0
Hi,
I have a pod template of Pod A, which has a relationship to B (A has many B), so the field is named Bs.
So in the template, if I do
{@Bs} this will show: B1 and B2...
But I’d like to show the total number of Bs. If I do
{@Bs._total} or {@Bs._total_found}there’s nothing shown.
Do you have any ideas?
Thank you.