'array', 'emails_received_history' => 'array', ]; public function user() { return $this->belongsTo(User::class); } }