'float', 'stock' => 'integer', ]; } public function storeItem(): BelongsTo { return $this->belongsTo(StoreItem::class); } }