belongsTo('App\Models\User'); } public function tags() { return $this->belongsToMany('App\Models\Tag'); } }