*/ public function userItems(): HasMany { return $this->hasMany(Item::class, 'item_id'); } }