Hi. I haven this query:
{
all(func:eq(userNo,"U53803987795374534400163E09A24A2")){
userNo
count(has)
has{
userNo
}
}
}
And when I run it and copy its response to chrome console, I saw this:
Is there any reason count(has)
and has
have different lengths?