'array', 'criteria' => 'array', 'results' => 'array', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; /** * Get the user that owns the search history. */ public function user() { return $this->belongsTo(User::class); } }