Hello everybody, is there an option to do a `count...
# prisma-whats-new
h
Hello everybody, is there an option to do a
count query
? I want to receive the number of the posts… I don’t need their titles, ids or something like that 🙂
a
_allPostsMeta { count }
h
@agartha thank you very much 🙂
😎 1