can `_count` be used with `.findUnique` ?
# orm-help
f
can
_count
be used with
.findUnique
?
r
You should be able to get the count of the relation you’re querying for, but you cannot add
count
in the
where
condition.
🙌 1