This feature would allow getting just the count and not the list of UIDs. Example:
{
me(_xid_: m.0bxtg) {
type.object.name.en
film.actor.film(count)
}
}
Response:
{
"_uid_": "0xcbcefccffb9eb400",
"count": 75,
"type.object.name.en": "Tom Hanks"
}
So instead of getting the list of UIDs, we’ll just get the count. Also, once you specify the count at some level, it cannot have any children.
What do you think about this use case? Any suggestions, modifications, comments on this are welcome!