'boolean', ]; public function item(): BelongsTo { return $this->belongsTo(Item::class); } }