/* Decoded by unphp.net */ countRelation('mentionedBy'), Schema\Relationship\ToMany::make('mentionedBy') ->type('posts') ->includable() ->scope(fn (Builder $query) => $query->oldest('id')->limit(static::$maxMentionedBy)), Schema\Relationship\ToMany::make('mentionsPosts') ->type('posts'), Schema\Relationship\ToMany::make('mentionsUsers') ->type('users'), Schema\Relationship\ToMany::make('mentionsGroups') ->type('groups'), ]; } } ?>