import { default } from "https://deno.land/x/plausible@v2.2.1/index.ts";
This function allows you to breakdown your stats by some property. If you are familiar with SQL family databases, this function corresponds to running GROUP BY on a certain property in your stats.
Check out the properties section for a reference of all the properties you can use in this query.
Type Parameters
Property extends Properties
Metric extends Metrics
Returns
Promise<Breakdowns<Property, Metric>>