'integer', 'with_documents' => 'boolean', 'reserved_qty' => 'integer', 'issued_qty' => 'integer', ]; public function reclamation(): BelongsTo { return $this->belongsTo(Reclamation::class); } public function sparePart(): BelongsTo { return $this->belongsTo(SparePart::class); } }