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