'integer', 'price' => 'integer', 'subtotal' => 'integer', ]; } public function invoice(): BelongsTo { return $this->belongsTo(Invoice::class); } }