Module '"drizzle-orm"' has no exported member 'count'.

I'm trying to import as follows:
import { count } from 'drizzle-orm'

Running:
drizzle-kit 0.19.13
drizzle-orm 0.28.6

I'm not sure why only 'count' seems to fail - thanks for any help!
Was this page helpful?