import { loadListingStats } from "~/server/utils/db-listings"

export default defineEventHandler(async () => {
  return loadListingStats()
})
