Badge count on relation manager tabs

Hi all, is it possible to get a count of all the records in the relation manager tab badge?
CleanShot_2025-03-27_at_10.53.34.png
Solution
in the relation manager

    public static function getBadge(Model $ownerRecord, string $pageClass): ?string
    {
        return $ownerRecord->trips()->count();
    }
Was this page helpful?