countByMonths($request, RepairOrder::class, 'created_at'); } /** * Get the metric's URI key. */ public function uriKey(): string { return 'repairs-per-month'; } }