# Customer Count

Source: https://kart.bnomei.com/docs/guides/customer-count
Updated: 2025-08-08T14:10:20+00:00
Summary: Kart plugin’s Stats Report for Kirby displays cached customer counts in the Stats section, auto-updating on user creation, deletion or role changes.

## Stats Report

The Kart plugin ships with a report you can add to [Stats sections](https://getkirby.com/docs/reference/panel/sections/stats) to display the current customer count. The value is cached, and it will be updated on the creation/deletion of users or when their role changes.

Path: site/blueprints/site.yml  
Code (yaml):  
```
sections:
  stats:
    label: Stats
    type: stats
    reports:
      - site.kart.stats
```

  