id; } public function user() { return $this->belongsTo(User::class); } // public function tags(): MorphToMany // { // return $this->morphToMany(Tag::class, 'taggable')->withTimestamps()->withPivot('user_id'); // } }