'array', // auto convert JSON to array ]; public function image(): BelongsTo { return $this->belongsTo(Image::class); } }