*/ use HasFactory; public $timestamps = false; protected function casts(): array { return [ 'searched_at' => 'datetime', ]; } }