'array', 'image' => 'array', ]; public function slider(): BelongsTo { return $this->belongsTo(Slider::class); } }