query getEnvironmentFolder($environment: NestedLocalEnvironment, $scope: String, $search: String) { folder(environment: $environment, scope: $scope, search: $search) @client { availableCount environments stoppedCount } }