// a silly file, but this ensures that /api/count returns exactly what expects. import type { hits as Hits } from "@prisma/client"; export type PageStats = Pick; export type SiteStats = { total: PageStats; pages: Hits[]; };