I would like to get a list of cities that have location with more than 3 checkins.
city -> locations -> checkins
It seems I tried every possible subquery and I keep getting obscure errors. Would really appreciate some help.
"SUBQUERY(locations, $l, $l.checkins.@count > 3).@count != 0"
'Keypath containing KVC aggregate where there shouldn't be one; failed to handle $l.checkins.@count'