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?

Solution:Jump to solution
in the relation manager
```php
public static function getBadge(Model $ownerRecord, string $pageClass): ?string
{...
2 Replies