is there a way now, when I have a Post type, for e...
# prisma-whats-new
r
is there a way now, when I have a Post type, for example, that has a 'likes' field that is a [User!]! relation, to query the count of those likes when querying a list of Posts?