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