How to fix this react/sanity client error: TS2554: Expected 0 arguments, but got 1 when fetching?
[ERROR in src/components/fetch.tsx:19:55
TS2554: Expected 0 arguments, but got 1.
17 | // Fetch the count
18 | //const countQuery = count(*)
;