public function raters(): MorphToMany
    {
        return tap(
            $this->morphToMany(
                config('rate.models.user'),