'$id', 'type' => Database::VAR_STRING, 'array' => false, ]); $attributes[] = new \Utopia\Database\Document([ 'key' => '$createdAt', 'type' => Database::VAR_DATETIME, 'array' => false, ]); $attributes[] = new \Utopia\Database\Document([ 'key' => '$updatedAt', 'type' => Database::VAR_DATETIME, 'array' => false, ]); $validators = [ new Select($attributes), ]; parent::__construct(...$validators); } }