Hello All, Anybody knows how to get only a list of...
# prisma-whats-new
m
Hello All, Anybody knows how to get only a list of records having atleast one item in a related column. Like if i want users who have atleast one post. Where post belongs to user and user can have many posts?
a
I don't think you can filter by meta information (like count).