belongsTo(Bookmark::class, 'bookmark_id'); } public function tag(): HasOne { return $this->hasOne(Tag::class, 'id', 'tag_id'); } }