Forum Discussion
$group.map(o=> o.values().length ).reduce((a, b) => a + b, 0)
darshthakkar
3 years agoValued Contributor
Thank you @alchemiz for your quick suggestion however it has been failing on my end:
$group.map(o=> o.values().length ).reduce((a, b) => a + b, 0)
Thank you @alchemiz for your quick suggestion however it has been failing on my end: