PricelistFileStatusEnum::class, 'processing_current_step_percentage' => 'integer', 'available_date' => 'date', 'workflow_steps' => 'array', ]; public function supplier(): BelongsTo { return $this->belongsTo(Supplier::class); } public function priceList(): BelongsTo { return $this->belongsTo(PriceList::class); } }