'array', 'sundry_information'=>'array', ]; public function owner(): BelongsTo { return $this->belongsTo(Owner::class); } }