diff --git a/app/config/locale/templates/email-base-styled.tpl b/app/config/locale/templates/email-base-styled.tpl
index c47d276ea8..19a66e4112 100644
--- a/app/config/locale/templates/email-base-styled.tpl
+++ b/app/config/locale/templates/email-base-styled.tpl
@@ -20,8 +20,8 @@
}
a.button {
color: #ffffff !important;
- background-color: #2D2D31 !important;
- border-color: #414146 !important;
+ background-color: {{accentColor}} !important;
+ border-color: {{accentColor}} !important;
}
h1, h2, h3 {
color: #373b4d !important;
diff --git a/app/config/locale/templates/email-export-failed.tpl b/app/config/locale/templates/email-export-failed.tpl
new file mode 100644
index 0000000000..e9a3891e23
--- /dev/null
+++ b/app/config/locale/templates/email-export-failed.tpl
@@ -0,0 +1,8 @@
+
{{hello}}
+{{body}}
+{{footer}}
+
+ {{thanks}}
+
+ {{signature}}
+
diff --git a/app/config/platforms.php b/app/config/platforms.php
index 34c0290832..d2e6df9c2f 100644
--- a/app/config/platforms.php
+++ b/app/config/platforms.php
@@ -11,7 +11,7 @@ return [
[
'key' => 'web',
'name' => 'Web',
- 'version' => '21.3.0',
+ 'version' => '21.4.0',
'url' => 'https://github.com/appwrite/sdk-for-web',
'package' => 'https://www.npmjs.com/package/appwrite',
'enabled' => true,
@@ -60,7 +60,7 @@ return [
[
'key' => 'flutter',
'name' => 'Flutter',
- 'version' => '20.2.2',
+ 'version' => '20.3.0',
'url' => 'https://github.com/appwrite/sdk-for-flutter',
'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true,
@@ -79,7 +79,7 @@ return [
[
'key' => 'apple',
'name' => 'Apple',
- 'version' => '13.3.1',
+ 'version' => '13.4.0',
'url' => 'https://github.com/appwrite/sdk-for-apple',
'package' => 'https://github.com/appwrite/sdk-for-apple',
'enabled' => true,
@@ -116,7 +116,7 @@ return [
[
'key' => 'android',
'name' => 'Android',
- 'version' => '11.2.1',
+ 'version' => '11.3.0',
'url' => 'https://github.com/appwrite/sdk-for-android',
'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-android',
'enabled' => true,
@@ -139,7 +139,7 @@ return [
[
'key' => 'react-native',
'name' => 'React Native',
- 'version' => '0.17.1',
+ 'version' => '0.18.0',
'url' => 'https://github.com/appwrite/sdk-for-react-native',
'package' => 'https://npmjs.com/package/react-native-appwrite',
'enabled' => true,
@@ -207,7 +207,7 @@ return [
[
'key' => 'web',
'name' => 'Console',
- 'version' => '0.1.1',
+ 'version' => '0.2.0',
'url' => '',
'package' => '',
'enabled' => true,
@@ -226,7 +226,7 @@ return [
[
'key' => 'cli',
'name' => 'Command Line',
- 'version' => '11.0.0',
+ 'version' => '11.1.0',
'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://www.npmjs.com/package/appwrite-cli',
'enabled' => true,
@@ -262,7 +262,7 @@ return [
[
'key' => 'nodejs',
'name' => 'Node.js',
- 'version' => '20.2.1',
+ 'version' => '20.3.0',
'url' => 'https://github.com/appwrite/sdk-for-node',
'package' => 'https://www.npmjs.com/package/node-appwrite',
'enabled' => true,
@@ -281,7 +281,7 @@ return [
[
'key' => 'php',
'name' => 'PHP',
- 'version' => '17.4.1',
+ 'version' => '17.5.0',
'url' => 'https://github.com/appwrite/sdk-for-php',
'package' => 'https://packagist.org/packages/appwrite/appwrite',
'enabled' => true,
@@ -300,7 +300,7 @@ return [
[
'key' => 'python',
'name' => 'Python',
- 'version' => '13.5.0',
+ 'version' => '13.6.0',
'url' => 'https://github.com/appwrite/sdk-for-python',
'package' => 'https://pypi.org/project/appwrite/',
'enabled' => true,
@@ -319,7 +319,7 @@ return [
[
'key' => 'ruby',
'name' => 'Ruby',
- 'version' => '19.2.1',
+ 'version' => '19.3.0',
'url' => 'https://github.com/appwrite/sdk-for-ruby',
'package' => 'https://rubygems.org/gems/appwrite',
'enabled' => true,
@@ -338,7 +338,7 @@ return [
[
'key' => 'go',
'name' => 'Go',
- 'version' => 'v0.13.1',
+ 'version' => 'v0.14.0',
'url' => 'https://github.com/appwrite/sdk-for-go',
'package' => 'https://github.com/appwrite/sdk-for-go',
'enabled' => true,
@@ -357,7 +357,7 @@ return [
[
'key' => 'dotnet',
'name' => '.NET',
- 'version' => '0.21.2',
+ 'version' => '0.22.0',
'url' => 'https://github.com/appwrite/sdk-for-dotnet',
'package' => 'https://www.nuget.org/packages/Appwrite',
'enabled' => true,
@@ -376,7 +376,7 @@ return [
[
'key' => 'dart',
'name' => 'Dart',
- 'version' => '19.2.1',
+ 'version' => '19.3.0',
'url' => 'https://github.com/appwrite/sdk-for-dart',
'package' => 'https://pub.dev/packages/dart_appwrite',
'enabled' => true,
@@ -395,7 +395,7 @@ return [
[
'key' => 'kotlin',
'name' => 'Kotlin',
- 'version' => '12.2.1',
+ 'version' => '12.3.0',
'url' => 'https://github.com/appwrite/sdk-for-kotlin',
'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-kotlin',
'enabled' => true,
@@ -418,7 +418,7 @@ return [
[
'key' => 'swift',
'name' => 'Swift',
- 'version' => '13.2.2',
+ 'version' => '13.3.0',
'url' => 'https://github.com/appwrite/sdk-for-swift',
'package' => 'https://github.com/appwrite/sdk-for-swift',
'enabled' => true,
diff --git a/app/config/specs/open-api3-1.8.x-client.json b/app/config/specs/open-api3-1.8.x-client.json
index 73d67b45c6..5cb1fb0f06 100644
--- a/app/config/specs/open-api3-1.8.x-client.json
+++ b/app/config/specs/open-api3-1.8.x-client.json
@@ -296,6 +296,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -467,6 +478,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -5425,6 +5447,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6379,6 +6412,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -7333,6 +7377,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -8584,6 +8639,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -9520,6 +9586,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -9891,6 +9968,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
diff --git a/app/config/specs/open-api3-1.8.x-console.json b/app/config/specs/open-api3-1.8.x-console.json
index afb9cd2a07..33b3014e38 100644
--- a/app/config/specs/open-api3-1.8.x-console.json
+++ b/app/config/specs/open-api3-1.8.x-console.json
@@ -332,6 +332,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -501,6 +512,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -5142,7 +5164,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -5193,6 +5216,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6208,6 +6242,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6653,6 +6698,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -9992,6 +10048,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -11420,6 +11487,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12189,6 +12267,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12619,6 +12708,17 @@
"default": 0
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -13266,6 +13366,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -14009,6 +14120,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -16613,6 +16735,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -17800,6 +17933,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -17875,6 +18019,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -17951,6 +18106,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -20863,6 +21029,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -20938,6 +21115,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -21014,6 +21202,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -21369,6 +21568,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -21455,6 +21665,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -21755,6 +21976,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -23414,6 +23646,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -25502,6 +25745,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -26023,6 +26277,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -28682,6 +28947,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -29193,6 +29469,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -29775,6 +30062,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -30885,6 +31183,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -31626,6 +31935,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -32297,6 +32617,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -32754,6 +33085,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -33698,6 +34040,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -34592,6 +34945,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -35032,6 +35396,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -38329,6 +38704,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -38802,6 +39188,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -40394,6 +40791,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -40750,6 +41158,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -40838,6 +41257,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -41503,6 +41933,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -41857,6 +42298,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -42188,6 +42640,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -43239,6 +43702,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -43324,6 +43798,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -44483,6 +44968,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -44813,6 +45309,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -46048,6 +46555,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
diff --git a/app/config/specs/open-api3-1.8.x-server.json b/app/config/specs/open-api3-1.8.x-server.json
index f703eeceb1..b9878abaaa 100644
--- a/app/config/specs/open-api3-1.8.x-server.json
+++ b/app/config/specs/open-api3-1.8.x-server.json
@@ -299,6 +299,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -472,6 +483,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -4681,7 +4703,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -4733,6 +4756,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -5667,6 +5701,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6117,6 +6162,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -9486,6 +9542,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -10839,6 +10906,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -11208,6 +11286,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12061,6 +12150,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12814,6 +12914,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -15389,6 +15500,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -16589,6 +16711,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -16665,6 +16798,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -16742,6 +16886,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -19691,6 +19846,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -19767,6 +19933,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -19844,6 +20021,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -20204,6 +20392,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -20291,6 +20490,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -20598,6 +20808,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -21484,6 +21705,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -22234,6 +22466,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -22831,6 +23074,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -23294,6 +23548,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -24099,6 +24364,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -24913,6 +25189,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -25358,6 +25645,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -28684,6 +28982,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -29076,6 +29385,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -30390,6 +30710,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -30771,6 +31102,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -31451,6 +31793,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -31810,6 +32163,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -32145,6 +32509,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -33136,6 +33511,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -33222,6 +33608,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -34405,6 +34802,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -34740,6 +35148,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json
index 73d67b45c6..5cb1fb0f06 100644
--- a/app/config/specs/open-api3-latest-client.json
+++ b/app/config/specs/open-api3-latest-client.json
@@ -296,6 +296,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -467,6 +478,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -5425,6 +5447,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6379,6 +6412,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -7333,6 +7377,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -8584,6 +8639,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -9520,6 +9586,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -9891,6 +9968,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json
index afb9cd2a07..33b3014e38 100644
--- a/app/config/specs/open-api3-latest-console.json
+++ b/app/config/specs/open-api3-latest-console.json
@@ -332,6 +332,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -501,6 +512,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -5142,7 +5164,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -5193,6 +5216,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6208,6 +6242,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6653,6 +6698,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -9992,6 +10048,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -11420,6 +11487,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12189,6 +12267,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12619,6 +12708,17 @@
"default": 0
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -13266,6 +13366,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -14009,6 +14120,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -16613,6 +16735,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -17800,6 +17933,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -17875,6 +18019,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -17951,6 +18106,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -20863,6 +21029,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -20938,6 +21115,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -21014,6 +21202,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -21369,6 +21568,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -21455,6 +21665,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -21755,6 +21976,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -23414,6 +23646,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -25502,6 +25745,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -26023,6 +26277,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -28682,6 +28947,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -29193,6 +29469,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -29775,6 +30062,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -30885,6 +31183,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -31626,6 +31935,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -32297,6 +32617,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -32754,6 +33085,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -33698,6 +34040,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -34592,6 +34945,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -35032,6 +35396,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -38329,6 +38704,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -38802,6 +39188,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -40394,6 +40791,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -40750,6 +41158,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -40838,6 +41257,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -41503,6 +41933,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -41857,6 +42298,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -42188,6 +42640,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -43239,6 +43702,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -43324,6 +43798,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -44483,6 +44968,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -44813,6 +45309,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -46048,6 +46555,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json
index f703eeceb1..b9878abaaa 100644
--- a/app/config/specs/open-api3-latest-server.json
+++ b/app/config/specs/open-api3-latest-server.json
@@ -299,6 +299,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -472,6 +483,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -4681,7 +4703,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -4733,6 +4756,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -5667,6 +5701,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -6117,6 +6162,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -9486,6 +9542,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -10839,6 +10906,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -11208,6 +11286,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12061,6 +12150,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -12814,6 +12914,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -15389,6 +15500,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -16589,6 +16711,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -16665,6 +16798,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -16742,6 +16886,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -19691,6 +19846,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -19767,6 +19933,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -19844,6 +20021,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -20204,6 +20392,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -20291,6 +20490,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -20598,6 +20808,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -21484,6 +21705,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -22234,6 +22466,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -22831,6 +23074,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -23294,6 +23548,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -24099,6 +24364,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -24913,6 +25189,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -25358,6 +25645,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -28684,6 +28982,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -29076,6 +29385,17 @@
"x-example": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -30390,6 +30710,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -30771,6 +31102,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -31451,6 +31793,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -31810,6 +32163,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -32145,6 +32509,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -33136,6 +33511,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -33222,6 +33608,17 @@
"default": ""
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
}
@@ -34405,6 +34802,17 @@
"x-example": ""
},
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
@@ -34740,6 +35148,17 @@
"default": []
},
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "schema": {
+ "type": "boolean",
+ "x-example": false,
+ "default": true
+ },
+ "in": "query"
}
]
},
diff --git a/app/config/specs/swagger2-1.8.x-client.json b/app/config/specs/swagger2-1.8.x-client.json
index 3483aff22c..d476658f78 100644
--- a/app/config/specs/swagger2-1.8.x-client.json
+++ b/app/config/specs/swagger2-1.8.x-client.json
@@ -351,6 +351,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -525,6 +534,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -5554,6 +5572,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6470,6 +6497,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -7448,6 +7484,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -8648,6 +8693,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -9546,6 +9600,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -9913,6 +9976,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
diff --git a/app/config/specs/swagger2-1.8.x-console.json b/app/config/specs/swagger2-1.8.x-console.json
index 09296adf29..b9cefe003d 100644
--- a/app/config/specs/swagger2-1.8.x-console.json
+++ b/app/config/specs/swagger2-1.8.x-console.json
@@ -397,6 +397,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -569,6 +578,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -5302,7 +5320,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -5350,6 +5369,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6358,6 +6386,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6797,6 +6834,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -10050,6 +10096,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -11427,6 +11482,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12168,6 +12232,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12612,6 +12685,15 @@
"x-example": 0,
"default": 0,
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -13264,6 +13346,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -13997,6 +14088,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -16588,6 +16688,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -17845,6 +17954,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -17917,6 +18035,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -17990,6 +18117,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21052,6 +21188,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21124,6 +21269,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21197,6 +21351,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -21556,6 +21719,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21637,6 +21809,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -21928,6 +22109,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -23593,6 +23783,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -25681,6 +25880,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -26198,6 +26406,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -28844,6 +29061,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -29354,6 +29580,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -29953,6 +30188,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31082,6 +31326,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31816,6 +32069,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -32472,6 +32734,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -32942,6 +33213,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -33839,6 +34119,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -34726,6 +35015,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -35160,6 +35458,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -38374,6 +38681,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -38827,6 +39143,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -40359,6 +40684,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -40714,6 +41048,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -40796,6 +41139,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -41444,6 +41796,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -41791,6 +42152,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -42138,6 +42508,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -43223,6 +43602,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -43303,6 +43691,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -44449,6 +44846,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -44777,6 +45183,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -45985,6 +46400,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
diff --git a/app/config/specs/swagger2-1.8.x-server.json b/app/config/specs/swagger2-1.8.x-server.json
index 2a5f74b6aa..a58865bf53 100644
--- a/app/config/specs/swagger2-1.8.x-server.json
+++ b/app/config/specs/swagger2-1.8.x-server.json
@@ -363,6 +363,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -539,6 +548,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -4829,7 +4847,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -4878,6 +4897,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -5807,6 +5835,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6251,6 +6288,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -9534,6 +9580,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -10843,6 +10898,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -11202,6 +11266,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12084,6 +12157,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12827,6 +12909,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -15393,6 +15484,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -16663,6 +16763,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -16736,6 +16845,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -16810,6 +16928,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -19909,6 +20036,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -19982,6 +20118,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -20056,6 +20201,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -20420,6 +20574,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -20502,6 +20665,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -20800,6 +20972,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -21715,6 +21896,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -22458,6 +22648,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -23044,6 +23243,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -23520,6 +23728,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -24284,6 +24501,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -25093,6 +25319,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -25532,6 +25767,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -28775,6 +29019,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -29152,6 +29405,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -30423,6 +30685,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -30800,6 +31071,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31463,6 +31743,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31815,6 +32104,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -32166,6 +32464,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -33193,6 +33500,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -33274,6 +33590,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -34444,6 +34769,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -34777,6 +35111,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json
index 3483aff22c..d476658f78 100644
--- a/app/config/specs/swagger2-latest-client.json
+++ b/app/config/specs/swagger2-latest-client.json
@@ -351,6 +351,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -525,6 +534,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -5554,6 +5572,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6470,6 +6497,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -7448,6 +7484,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -8648,6 +8693,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -9546,6 +9600,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -9913,6 +9976,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json
index 09296adf29..b9cefe003d 100644
--- a/app/config/specs/swagger2-latest-console.json
+++ b/app/config/specs/swagger2-latest-console.json
@@ -397,6 +397,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -569,6 +578,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -5302,7 +5320,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -5350,6 +5369,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6358,6 +6386,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6797,6 +6834,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -10050,6 +10096,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -11427,6 +11482,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12168,6 +12232,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12612,6 +12685,15 @@
"x-example": 0,
"default": 0,
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -13264,6 +13346,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -13997,6 +14088,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -16588,6 +16688,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -17845,6 +17954,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -17917,6 +18035,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -17990,6 +18117,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21052,6 +21188,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21124,6 +21269,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21197,6 +21351,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -21556,6 +21719,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -21637,6 +21809,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -21928,6 +22109,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -23593,6 +23783,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -25681,6 +25880,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -26198,6 +26406,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -28844,6 +29061,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -29354,6 +29580,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -29953,6 +30188,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31082,6 +31326,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31816,6 +32069,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -32472,6 +32734,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -32942,6 +33213,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -33839,6 +34119,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -34726,6 +35015,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -35160,6 +35458,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -38374,6 +38681,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -38827,6 +39143,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -40359,6 +40684,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -40714,6 +41048,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -40796,6 +41139,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -41444,6 +41796,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -41791,6 +42152,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -42138,6 +42508,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -43223,6 +43602,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -43303,6 +43691,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -44449,6 +44846,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -44777,6 +45183,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -45985,6 +46400,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json
index 2a5f74b6aa..a58865bf53 100644
--- a/app/config/specs/swagger2-latest-server.json
+++ b/app/config/specs/swagger2-latest-server.json
@@ -363,6 +363,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -539,6 +548,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -4829,7 +4847,8 @@
},
"parameters": [
"queries",
- "search"
+ "search",
+ "total"
],
"required": [],
"responses": [
@@ -4878,6 +4897,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -5807,6 +5835,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -6251,6 +6288,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -9534,6 +9580,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -10843,6 +10898,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -11202,6 +11266,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12084,6 +12157,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -12827,6 +12909,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -15393,6 +15484,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -16663,6 +16763,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -16736,6 +16845,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -16810,6 +16928,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -19909,6 +20036,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -19982,6 +20118,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -20056,6 +20201,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -20420,6 +20574,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -20502,6 +20665,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -20800,6 +20972,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -21715,6 +21896,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -22458,6 +22648,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -23044,6 +23243,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -23520,6 +23728,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -24284,6 +24501,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -25093,6 +25319,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -25532,6 +25767,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -28775,6 +29019,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -29152,6 +29405,15 @@
"type": "string",
"x-example": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -30423,6 +30685,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -30800,6 +31071,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31463,6 +31743,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -31815,6 +32104,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -32166,6 +32464,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -33193,6 +33500,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -33274,6 +33590,15 @@
"x-example": "",
"default": "",
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
}
@@ -34444,6 +34769,15 @@
"type": "string",
"x-example": "",
"in": "path"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
@@ -34777,6 +35111,15 @@
},
"default": [],
"in": "query"
+ },
+ {
+ "name": "total",
+ "description": "When set to false, the total count returned will be 0 and will not be calculated.",
+ "required": false,
+ "type": "boolean",
+ "x-example": false,
+ "default": true,
+ "in": "query"
}
]
},
diff --git a/composer.json b/composer.json
index d1b1e578b0..62811e9d32 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,4 @@
{
-
"name": "appwrite/server-ce",
"description": "End to end backend server for frontend and mobile apps.",
"type": "project",
@@ -108,5 +107,23 @@
"php-http/discovery": true,
"tbachert/spi": true
}
- }
+ },
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://github.com/utopia-php/migration"
+ },
+ {
+ "type": "vcs",
+ "url": "https://github.com/utopia-php/emails"
+ },
+ {
+ "type": "vcs",
+ "url": "https://github.com/utopia-php/validators"
+ },
+ {
+ "type": "vcs",
+ "url": "https://github.com/utopia-php/database"
+ }
+ ]
}
diff --git a/composer.lock b/composer.lock
index e493071032..8faa5a477c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "66e5a72649d7f816ba8ec979faca4cd8",
+ "content-hash": "a184716dd568cd37c015e1e929dd3c24",
"packages": [
{
"name": "adhocore/jwt",
@@ -3878,7 +3878,38 @@
"Utopia\\Database\\": "src/Database"
}
},
- "notification-url": "https://packagist.org/downloads/",
+ "autoload-dev": {
+ "psr-4": {
+ "Tests\\E2E\\": "tests/e2e",
+ "Tests\\Unit\\": "tests/unit"
+ }
+ },
+ "scripts": {
+ "build": [
+ "Composer\\Config::disableProcessTimeout",
+ "docker compose build"
+ ],
+ "start": [
+ "Composer\\Config::disableProcessTimeout",
+ "docker compose up -d"
+ ],
+ "test": [
+ "Composer\\Config::disableProcessTimeout",
+ "docker compose exec tests vendor/bin/phpunit --configuration phpunit.xml"
+ ],
+ "lint": [
+ "php -d memory_limit=2G ./vendor/bin/pint --test"
+ ],
+ "format": [
+ "php -d memory_limit=2G ./vendor/bin/pint"
+ ],
+ "check": [
+ "./vendor/bin/phpstan analyse --level 7 src tests --memory-limit 2G"
+ ],
+ "coverage": [
+ "./vendor/bin/coverage-check ./tmp/clover.xml 90"
+ ]
+ },
"license": [
"MIT"
],
@@ -3891,8 +3922,8 @@
"utopia"
],
"support": {
- "issues": "https://github.com/utopia-php/database/issues",
- "source": "https://github.com/utopia-php/database/tree/3.1.2"
+ "source": "https://github.com/utopia-php/database/tree/3.1.2",
+ "issues": "https://github.com/utopia-php/database/issues"
},
"time": "2025-10-30T13:10:13+00:00"
},
@@ -4138,7 +4169,35 @@
"Utopia\\Emails\\": "src/Emails"
}
},
- "notification-url": "https://packagist.org/downloads/",
+ "scripts": {
+ "test": [
+ "vendor/bin/phpunit"
+ ],
+ "lint": [
+ "./vendor/bin/pint --test"
+ ],
+ "format": [
+ "./vendor/bin/pint"
+ ],
+ "check": [
+ "./vendor/bin/phpstan analyse"
+ ],
+ "import": [
+ "php import.php"
+ ],
+ "import:all": [
+ "php import.php all --commit=true"
+ ],
+ "import:disposable": [
+ "php import.php disposable --commit=true"
+ ],
+ "import:free": [
+ "php import.php free --commit=true"
+ ],
+ "import:stats": [
+ "php import.php stats"
+ ]
+ },
"license": [
"MIT"
],
@@ -4150,19 +4209,19 @@
],
"description": "Utopia Emails library is simple and lite library for parsing and validating email addresses. This library is aiming to be as simple and easy to learn and use.",
"keywords": [
- "RFC5322",
"email",
"emails",
"framework",
"parsing",
"php",
+ "rfc5322",
"upf",
"utopia",
"validation"
],
"support": {
- "issues": "https://github.com/utopia-php/emails/issues",
- "source": "https://github.com/utopia-php/emails/tree/0.6.2"
+ "source": "https://github.com/utopia-php/emails/tree/0.6.2",
+ "issues": "https://github.com/utopia-php/emails/issues"
},
"time": "2025-10-28T16:08:17+00:00"
},
@@ -4490,7 +4549,25 @@
"Utopia\\Migration\\": "src/Migration"
}
},
- "notification-url": "https://packagist.org/downloads/",
+ "autoload-dev": {
+ "psr-4": {
+ "Utopia\\Tests\\": "tests/Migration"
+ }
+ },
+ "scripts": {
+ "test": [
+ "./vendor/bin/phpunit"
+ ],
+ "lint": [
+ "./vendor/bin/pint --test"
+ ],
+ "format": [
+ "./vendor/bin/pint"
+ ],
+ "check": [
+ "./vendor/bin/phpstan analyse --level 3 src tests --memory-limit 2G"
+ ]
+ },
"license": [
"MIT"
],
@@ -4503,8 +4580,8 @@
"utopia"
],
"support": {
- "issues": "https://github.com/utopia-php/migration/issues",
- "source": "https://github.com/utopia-php/migration/tree/1.3.3"
+ "source": "https://github.com/utopia-php/migration/tree/1.3.3",
+ "issues": "https://github.com/utopia-php/migration/issues"
},
"time": "2025-10-28T04:02:08+00:00"
},
@@ -5136,7 +5213,20 @@
"Utopia\\": "src/"
}
},
- "notification-url": "https://packagist.org/downloads/",
+ "scripts": {
+ "lint": [
+ "vendor/bin/pint --test"
+ ],
+ "format": [
+ "vendor/bin/pint"
+ ],
+ "check": [
+ "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 512M"
+ ],
+ "test": [
+ "vendor/bin/phpunit --configuration phpunit.xml"
+ ]
+ },
"license": [
"MIT"
],
@@ -5148,8 +5238,8 @@
"validator"
],
"support": {
- "issues": "https://github.com/utopia-php/validators/issues",
- "source": "https://github.com/utopia-php/validators/tree/0.0.2"
+ "source": "https://github.com/utopia-php/validators/tree/0.0.2",
+ "issues": "https://github.com/utopia-php/validators/issues"
},
"time": "2025-10-20T21:52:28+00:00"
},
diff --git a/docs/examples/1.8.x/client-android/java/account/list-identities.md b/docs/examples/1.8.x/client-android/java/account/list-identities.md
index d4a6f9f31d..327fe39537 100644
--- a/docs/examples/1.8.x/client-android/java/account/list-identities.md
+++ b/docs/examples/1.8.x/client-android/java/account/list-identities.md
@@ -10,6 +10,7 @@ Account account = new Account(client);
account.listIdentities(
listOf(), // queries (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/java/account/list-logs.md b/docs/examples/1.8.x/client-android/java/account/list-logs.md
index 951a479f98..4562ecc3ba 100644
--- a/docs/examples/1.8.x/client-android/java/account/list-logs.md
+++ b/docs/examples/1.8.x/client-android/java/account/list-logs.md
@@ -10,6 +10,7 @@ Account account = new Account(client);
account.listLogs(
listOf(), // queries (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/java/databases/list-documents.md b/docs/examples/1.8.x/client-android/java/databases/list-documents.md
index 7b2ba23453..e4102ec542 100644
--- a/docs/examples/1.8.x/client-android/java/databases/list-documents.md
+++ b/docs/examples/1.8.x/client-android/java/databases/list-documents.md
@@ -13,6 +13,7 @@ databases.listDocuments(
"", // collectionId
listOf(), // queries (optional)
"", // transactionId (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/java/functions/list-executions.md b/docs/examples/1.8.x/client-android/java/functions/list-executions.md
index 0270cf0ead..c9a1df107e 100644
--- a/docs/examples/1.8.x/client-android/java/functions/list-executions.md
+++ b/docs/examples/1.8.x/client-android/java/functions/list-executions.md
@@ -11,6 +11,7 @@ Functions functions = new Functions(client);
functions.listExecutions(
"", // functionId
listOf(), // queries (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/java/storage/list-files.md b/docs/examples/1.8.x/client-android/java/storage/list-files.md
index a87286c6d6..178027cc5d 100644
--- a/docs/examples/1.8.x/client-android/java/storage/list-files.md
+++ b/docs/examples/1.8.x/client-android/java/storage/list-files.md
@@ -12,6 +12,7 @@ storage.listFiles(
"", // bucketId
listOf(), // queries (optional)
"", // search (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/java/tablesdb/list-rows.md b/docs/examples/1.8.x/client-android/java/tablesdb/list-rows.md
index 21f0005b2d..3bd1e1c77a 100644
--- a/docs/examples/1.8.x/client-android/java/tablesdb/list-rows.md
+++ b/docs/examples/1.8.x/client-android/java/tablesdb/list-rows.md
@@ -13,6 +13,7 @@ tablesDB.listRows(
"", // tableId
listOf(), // queries (optional)
"", // transactionId (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/java/teams/list-memberships.md b/docs/examples/1.8.x/client-android/java/teams/list-memberships.md
index 216ca40e6d..ae5cc69b4d 100644
--- a/docs/examples/1.8.x/client-android/java/teams/list-memberships.md
+++ b/docs/examples/1.8.x/client-android/java/teams/list-memberships.md
@@ -12,6 +12,7 @@ teams.listMemberships(
"", // teamId
listOf(), // queries (optional)
"", // search (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/java/teams/list.md b/docs/examples/1.8.x/client-android/java/teams/list.md
index b69f21ed43..fff14e2992 100644
--- a/docs/examples/1.8.x/client-android/java/teams/list.md
+++ b/docs/examples/1.8.x/client-android/java/teams/list.md
@@ -11,6 +11,7 @@ Teams teams = new Teams(client);
teams.list(
listOf(), // queries (optional)
"", // search (optional)
+ false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();
diff --git a/docs/examples/1.8.x/client-android/kotlin/account/list-identities.md b/docs/examples/1.8.x/client-android/kotlin/account/list-identities.md
index 5908a44a9c..5ca94c6dd7 100644
--- a/docs/examples/1.8.x/client-android/kotlin/account/list-identities.md
+++ b/docs/examples/1.8.x/client-android/kotlin/account/list-identities.md
@@ -10,4 +10,5 @@ val account = Account(client)
val result = account.listIdentities(
queries = listOf(), // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-android/kotlin/account/list-logs.md b/docs/examples/1.8.x/client-android/kotlin/account/list-logs.md
index 385ccc0116..3d2cc4b23d 100644
--- a/docs/examples/1.8.x/client-android/kotlin/account/list-logs.md
+++ b/docs/examples/1.8.x/client-android/kotlin/account/list-logs.md
@@ -10,4 +10,5 @@ val account = Account(client)
val result = account.listLogs(
queries = listOf(), // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-android/kotlin/databases/list-documents.md b/docs/examples/1.8.x/client-android/kotlin/databases/list-documents.md
index a2b6e0e0b6..e653fc16b5 100644
--- a/docs/examples/1.8.x/client-android/kotlin/databases/list-documents.md
+++ b/docs/examples/1.8.x/client-android/kotlin/databases/list-documents.md
@@ -13,4 +13,5 @@ val result = databases.listDocuments(
collectionId = "",
queries = listOf(), // (optional)
transactionId = "", // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-android/kotlin/functions/list-executions.md b/docs/examples/1.8.x/client-android/kotlin/functions/list-executions.md
index 37ea8b8228..c24a67b2ab 100644
--- a/docs/examples/1.8.x/client-android/kotlin/functions/list-executions.md
+++ b/docs/examples/1.8.x/client-android/kotlin/functions/list-executions.md
@@ -11,4 +11,5 @@ val functions = Functions(client)
val result = functions.listExecutions(
functionId = "",
queries = listOf(), // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-android/kotlin/storage/list-files.md b/docs/examples/1.8.x/client-android/kotlin/storage/list-files.md
index 06f6cda4eb..f62ba749d5 100644
--- a/docs/examples/1.8.x/client-android/kotlin/storage/list-files.md
+++ b/docs/examples/1.8.x/client-android/kotlin/storage/list-files.md
@@ -12,4 +12,5 @@ val result = storage.listFiles(
bucketId = "",
queries = listOf(), // (optional)
search = "", // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-android/kotlin/tablesdb/list-rows.md b/docs/examples/1.8.x/client-android/kotlin/tablesdb/list-rows.md
index 6d2a4b8b40..b075e128b4 100644
--- a/docs/examples/1.8.x/client-android/kotlin/tablesdb/list-rows.md
+++ b/docs/examples/1.8.x/client-android/kotlin/tablesdb/list-rows.md
@@ -13,4 +13,5 @@ val result = tablesDB.listRows(
tableId = "",
queries = listOf(), // (optional)
transactionId = "", // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-android/kotlin/teams/list-memberships.md b/docs/examples/1.8.x/client-android/kotlin/teams/list-memberships.md
index e305403a52..fd88be4793 100644
--- a/docs/examples/1.8.x/client-android/kotlin/teams/list-memberships.md
+++ b/docs/examples/1.8.x/client-android/kotlin/teams/list-memberships.md
@@ -12,4 +12,5 @@ val result = teams.listMemberships(
teamId = "",
queries = listOf(), // (optional)
search = "", // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-android/kotlin/teams/list.md b/docs/examples/1.8.x/client-android/kotlin/teams/list.md
index 984858d26c..4b092cf38c 100644
--- a/docs/examples/1.8.x/client-android/kotlin/teams/list.md
+++ b/docs/examples/1.8.x/client-android/kotlin/teams/list.md
@@ -11,4 +11,5 @@ val teams = Teams(client)
val result = teams.list(
queries = listOf(), // (optional)
search = "", // (optional)
+ total = false, // (optional)
)
\ No newline at end of file
diff --git a/docs/examples/1.8.x/client-apple/examples/account/list-identities.md b/docs/examples/1.8.x/client-apple/examples/account/list-identities.md
index 1d3a999d4a..eaa6cbda3a 100644
--- a/docs/examples/1.8.x/client-apple/examples/account/list-identities.md
+++ b/docs/examples/1.8.x/client-apple/examples/account/list-identities.md
@@ -7,6 +7,7 @@ let client = Client()
let account = Account(client)
let identityList = try await account.listIdentities(
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-apple/examples/account/list-logs.md b/docs/examples/1.8.x/client-apple/examples/account/list-logs.md
index 2c42307f96..19a607f7aa 100644
--- a/docs/examples/1.8.x/client-apple/examples/account/list-logs.md
+++ b/docs/examples/1.8.x/client-apple/examples/account/list-logs.md
@@ -7,6 +7,7 @@ let client = Client()
let account = Account(client)
let logList = try await account.listLogs(
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-apple/examples/databases/list-documents.md b/docs/examples/1.8.x/client-apple/examples/databases/list-documents.md
index 528d9992a4..e07c66b593 100644
--- a/docs/examples/1.8.x/client-apple/examples/databases/list-documents.md
+++ b/docs/examples/1.8.x/client-apple/examples/databases/list-documents.md
@@ -10,6 +10,7 @@ let documentList = try await databases.listDocuments(
databaseId: "",
collectionId: "",
queries: [], // optional
- transactionId: "" // optional
+ transactionId: "", // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-apple/examples/functions/list-executions.md b/docs/examples/1.8.x/client-apple/examples/functions/list-executions.md
index 1636d96c6d..50ed08de63 100644
--- a/docs/examples/1.8.x/client-apple/examples/functions/list-executions.md
+++ b/docs/examples/1.8.x/client-apple/examples/functions/list-executions.md
@@ -8,6 +8,7 @@ let functions = Functions(client)
let executionList = try await functions.listExecutions(
functionId: "",
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-apple/examples/storage/list-files.md b/docs/examples/1.8.x/client-apple/examples/storage/list-files.md
index 48bd0d065f..66849d4746 100644
--- a/docs/examples/1.8.x/client-apple/examples/storage/list-files.md
+++ b/docs/examples/1.8.x/client-apple/examples/storage/list-files.md
@@ -9,6 +9,7 @@ let storage = Storage(client)
let fileList = try await storage.listFiles(
bucketId: "",
queries: [], // optional
- search: "" // optional
+ search: "", // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-apple/examples/tablesdb/list-rows.md b/docs/examples/1.8.x/client-apple/examples/tablesdb/list-rows.md
index dee2ab9e81..94178aaf67 100644
--- a/docs/examples/1.8.x/client-apple/examples/tablesdb/list-rows.md
+++ b/docs/examples/1.8.x/client-apple/examples/tablesdb/list-rows.md
@@ -10,6 +10,7 @@ let rowList = try await tablesDB.listRows(
databaseId: "",
tableId: "",
queries: [], // optional
- transactionId: "" // optional
+ transactionId: "", // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-apple/examples/teams/list-memberships.md b/docs/examples/1.8.x/client-apple/examples/teams/list-memberships.md
index 5c8669a3d8..c485d0bf27 100644
--- a/docs/examples/1.8.x/client-apple/examples/teams/list-memberships.md
+++ b/docs/examples/1.8.x/client-apple/examples/teams/list-memberships.md
@@ -9,6 +9,7 @@ let teams = Teams(client)
let membershipList = try await teams.listMemberships(
teamId: "",
queries: [], // optional
- search: "" // optional
+ search: "", // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-apple/examples/teams/list.md b/docs/examples/1.8.x/client-apple/examples/teams/list.md
index be81e9c5aa..de209beabd 100644
--- a/docs/examples/1.8.x/client-apple/examples/teams/list.md
+++ b/docs/examples/1.8.x/client-apple/examples/teams/list.md
@@ -8,6 +8,7 @@ let teams = Teams(client)
let teamList = try await teams.list(
queries: [], // optional
- search: "" // optional
+ search: "", // optional
+ total: false // optional
)
diff --git a/docs/examples/1.8.x/client-flutter/examples/account/list-identities.md b/docs/examples/1.8.x/client-flutter/examples/account/list-identities.md
index 9d2ad83c17..31f30b41ba 100644
--- a/docs/examples/1.8.x/client-flutter/examples/account/list-identities.md
+++ b/docs/examples/1.8.x/client-flutter/examples/account/list-identities.md
@@ -8,4 +8,5 @@ Account account = Account(client);
IdentityList result = await account.listIdentities(
queries: [], // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-flutter/examples/account/list-logs.md b/docs/examples/1.8.x/client-flutter/examples/account/list-logs.md
index 6d9b120991..a7bb5214b7 100644
--- a/docs/examples/1.8.x/client-flutter/examples/account/list-logs.md
+++ b/docs/examples/1.8.x/client-flutter/examples/account/list-logs.md
@@ -8,4 +8,5 @@ Account account = Account(client);
LogList result = await account.listLogs(
queries: [], // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-flutter/examples/databases/list-documents.md b/docs/examples/1.8.x/client-flutter/examples/databases/list-documents.md
index b53120cb4e..0527c752c9 100644
--- a/docs/examples/1.8.x/client-flutter/examples/databases/list-documents.md
+++ b/docs/examples/1.8.x/client-flutter/examples/databases/list-documents.md
@@ -11,4 +11,5 @@ DocumentList result = await databases.listDocuments(
collectionId: '',
queries: [], // optional
transactionId: '', // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-flutter/examples/functions/list-executions.md b/docs/examples/1.8.x/client-flutter/examples/functions/list-executions.md
index 232f3250d3..b4071bffeb 100644
--- a/docs/examples/1.8.x/client-flutter/examples/functions/list-executions.md
+++ b/docs/examples/1.8.x/client-flutter/examples/functions/list-executions.md
@@ -9,4 +9,5 @@ Functions functions = Functions(client);
ExecutionList result = await functions.listExecutions(
functionId: '',
queries: [], // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-flutter/examples/storage/list-files.md b/docs/examples/1.8.x/client-flutter/examples/storage/list-files.md
index 7950005b6a..8f7c3bd773 100644
--- a/docs/examples/1.8.x/client-flutter/examples/storage/list-files.md
+++ b/docs/examples/1.8.x/client-flutter/examples/storage/list-files.md
@@ -10,4 +10,5 @@ FileList result = await storage.listFiles(
bucketId: '',
queries: [], // optional
search: '', // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-flutter/examples/tablesdb/list-rows.md b/docs/examples/1.8.x/client-flutter/examples/tablesdb/list-rows.md
index 01d7066501..3830510101 100644
--- a/docs/examples/1.8.x/client-flutter/examples/tablesdb/list-rows.md
+++ b/docs/examples/1.8.x/client-flutter/examples/tablesdb/list-rows.md
@@ -11,4 +11,5 @@ RowList result = await tablesDB.listRows(
tableId: '',
queries: [], // optional
transactionId: '', // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-flutter/examples/teams/list-memberships.md b/docs/examples/1.8.x/client-flutter/examples/teams/list-memberships.md
index 374dd49069..86b5eed249 100644
--- a/docs/examples/1.8.x/client-flutter/examples/teams/list-memberships.md
+++ b/docs/examples/1.8.x/client-flutter/examples/teams/list-memberships.md
@@ -10,4 +10,5 @@ MembershipList result = await teams.listMemberships(
teamId: '',
queries: [], // optional
search: '', // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-flutter/examples/teams/list.md b/docs/examples/1.8.x/client-flutter/examples/teams/list.md
index 3aa972fb5f..fd8b60f25c 100644
--- a/docs/examples/1.8.x/client-flutter/examples/teams/list.md
+++ b/docs/examples/1.8.x/client-flutter/examples/teams/list.md
@@ -9,4 +9,5 @@ Teams teams = Teams(client);
TeamList result = await teams.list(
queries: [], // optional
search: '', // optional
+ total: false, // optional
);
diff --git a/docs/examples/1.8.x/client-react-native/examples/account/list-identities.md b/docs/examples/1.8.x/client-react-native/examples/account/list-identities.md
index 2a3bbae35d..5ff727ade6 100644
--- a/docs/examples/1.8.x/client-react-native/examples/account/list-identities.md
+++ b/docs/examples/1.8.x/client-react-native/examples/account/list-identities.md
@@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listIdentities({
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-react-native/examples/account/list-logs.md b/docs/examples/1.8.x/client-react-native/examples/account/list-logs.md
index 4bb9f9fd88..e3109f32fa 100644
--- a/docs/examples/1.8.x/client-react-native/examples/account/list-logs.md
+++ b/docs/examples/1.8.x/client-react-native/examples/account/list-logs.md
@@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listLogs({
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-react-native/examples/databases/list-documents.md b/docs/examples/1.8.x/client-react-native/examples/databases/list-documents.md
index a744a531a1..6a9959ab9a 100644
--- a/docs/examples/1.8.x/client-react-native/examples/databases/list-documents.md
+++ b/docs/examples/1.8.x/client-react-native/examples/databases/list-documents.md
@@ -10,7 +10,8 @@ const result = await databases.listDocuments({
databaseId: '',
collectionId: '',
queries: [], // optional
- transactionId: '' // optional
+ transactionId: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-react-native/examples/functions/list-executions.md b/docs/examples/1.8.x/client-react-native/examples/functions/list-executions.md
index 7b046dde82..e832293e2c 100644
--- a/docs/examples/1.8.x/client-react-native/examples/functions/list-executions.md
+++ b/docs/examples/1.8.x/client-react-native/examples/functions/list-executions.md
@@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.listExecutions({
functionId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-react-native/examples/storage/list-files.md b/docs/examples/1.8.x/client-react-native/examples/storage/list-files.md
index 4c6e159d38..38569ad9fd 100644
--- a/docs/examples/1.8.x/client-react-native/examples/storage/list-files.md
+++ b/docs/examples/1.8.x/client-react-native/examples/storage/list-files.md
@@ -9,7 +9,8 @@ const storage = new Storage(client);
const result = await storage.listFiles({
bucketId: '',
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-react-native/examples/tablesdb/list-rows.md b/docs/examples/1.8.x/client-react-native/examples/tablesdb/list-rows.md
index 7cab86bc64..85e50b54d5 100644
--- a/docs/examples/1.8.x/client-react-native/examples/tablesdb/list-rows.md
+++ b/docs/examples/1.8.x/client-react-native/examples/tablesdb/list-rows.md
@@ -10,7 +10,8 @@ const result = await tablesDB.listRows({
databaseId: '',
tableId: '',
queries: [], // optional
- transactionId: '' // optional
+ transactionId: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-react-native/examples/teams/list-memberships.md b/docs/examples/1.8.x/client-react-native/examples/teams/list-memberships.md
index 12f71549b5..5c017378a9 100644
--- a/docs/examples/1.8.x/client-react-native/examples/teams/list-memberships.md
+++ b/docs/examples/1.8.x/client-react-native/examples/teams/list-memberships.md
@@ -9,7 +9,8 @@ const teams = new Teams(client);
const result = await teams.listMemberships({
teamId: '',
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-react-native/examples/teams/list.md b/docs/examples/1.8.x/client-react-native/examples/teams/list.md
index f9ca4c4054..36fdcfbd08 100644
--- a/docs/examples/1.8.x/client-react-native/examples/teams/list.md
+++ b/docs/examples/1.8.x/client-react-native/examples/teams/list.md
@@ -8,7 +8,8 @@ const teams = new Teams(client);
const result = await teams.list({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/account/list-identities.md b/docs/examples/1.8.x/client-web/examples/account/list-identities.md
index 28cc409f26..22858c2c96 100644
--- a/docs/examples/1.8.x/client-web/examples/account/list-identities.md
+++ b/docs/examples/1.8.x/client-web/examples/account/list-identities.md
@@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listIdentities({
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/account/list-logs.md b/docs/examples/1.8.x/client-web/examples/account/list-logs.md
index ec763f9a08..3dc4f4df1e 100644
--- a/docs/examples/1.8.x/client-web/examples/account/list-logs.md
+++ b/docs/examples/1.8.x/client-web/examples/account/list-logs.md
@@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listLogs({
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/databases/list-documents.md b/docs/examples/1.8.x/client-web/examples/databases/list-documents.md
index ece656a644..a566c1ecfb 100644
--- a/docs/examples/1.8.x/client-web/examples/databases/list-documents.md
+++ b/docs/examples/1.8.x/client-web/examples/databases/list-documents.md
@@ -10,7 +10,8 @@ const result = await databases.listDocuments({
databaseId: '',
collectionId: '',
queries: [], // optional
- transactionId: '' // optional
+ transactionId: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/functions/list-executions.md b/docs/examples/1.8.x/client-web/examples/functions/list-executions.md
index 159882c512..daddf56f89 100644
--- a/docs/examples/1.8.x/client-web/examples/functions/list-executions.md
+++ b/docs/examples/1.8.x/client-web/examples/functions/list-executions.md
@@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.listExecutions({
functionId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/storage/list-files.md b/docs/examples/1.8.x/client-web/examples/storage/list-files.md
index 154212dfec..70bc0e0f01 100644
--- a/docs/examples/1.8.x/client-web/examples/storage/list-files.md
+++ b/docs/examples/1.8.x/client-web/examples/storage/list-files.md
@@ -9,7 +9,8 @@ const storage = new Storage(client);
const result = await storage.listFiles({
bucketId: '',
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/tablesdb/list-rows.md b/docs/examples/1.8.x/client-web/examples/tablesdb/list-rows.md
index c0efd8486c..8b1120c913 100644
--- a/docs/examples/1.8.x/client-web/examples/tablesdb/list-rows.md
+++ b/docs/examples/1.8.x/client-web/examples/tablesdb/list-rows.md
@@ -10,7 +10,8 @@ const result = await tablesDB.listRows({
databaseId: '',
tableId: '',
queries: [], // optional
- transactionId: '' // optional
+ transactionId: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/teams/list-memberships.md b/docs/examples/1.8.x/client-web/examples/teams/list-memberships.md
index d4e342044d..588995bae9 100644
--- a/docs/examples/1.8.x/client-web/examples/teams/list-memberships.md
+++ b/docs/examples/1.8.x/client-web/examples/teams/list-memberships.md
@@ -9,7 +9,8 @@ const teams = new Teams(client);
const result = await teams.listMemberships({
teamId: '',
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/client-web/examples/teams/list.md b/docs/examples/1.8.x/client-web/examples/teams/list.md
index df57f25dfd..f18f5babca 100644
--- a/docs/examples/1.8.x/client-web/examples/teams/list.md
+++ b/docs/examples/1.8.x/client-web/examples/teams/list.md
@@ -8,7 +8,8 @@ const teams = new Teams(client);
const result = await teams.list({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/account/list-identities.md b/docs/examples/1.8.x/console-web/examples/account/list-identities.md
index a41b9012e7..334b0a766e 100644
--- a/docs/examples/1.8.x/console-web/examples/account/list-identities.md
+++ b/docs/examples/1.8.x/console-web/examples/account/list-identities.md
@@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listIdentities({
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/account/list-logs.md b/docs/examples/1.8.x/console-web/examples/account/list-logs.md
index 9dd9339b7c..3a26507b00 100644
--- a/docs/examples/1.8.x/console-web/examples/account/list-logs.md
+++ b/docs/examples/1.8.x/console-web/examples/account/list-logs.md
@@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listLogs({
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/databases/list-attributes.md b/docs/examples/1.8.x/console-web/examples/databases/list-attributes.md
index cebeaf2121..e46462ca93 100644
--- a/docs/examples/1.8.x/console-web/examples/databases/list-attributes.md
+++ b/docs/examples/1.8.x/console-web/examples/databases/list-attributes.md
@@ -9,7 +9,8 @@ const databases = new Databases(client);
const result = await databases.listAttributes({
databaseId: '',
collectionId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/databases/list-collections.md b/docs/examples/1.8.x/console-web/examples/databases/list-collections.md
index bb53f9875c..4d94372e18 100644
--- a/docs/examples/1.8.x/console-web/examples/databases/list-collections.md
+++ b/docs/examples/1.8.x/console-web/examples/databases/list-collections.md
@@ -9,7 +9,8 @@ const databases = new Databases(client);
const result = await databases.listCollections({
databaseId: '',
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/databases/list-documents.md b/docs/examples/1.8.x/console-web/examples/databases/list-documents.md
index f0a7a27890..848f102be3 100644
--- a/docs/examples/1.8.x/console-web/examples/databases/list-documents.md
+++ b/docs/examples/1.8.x/console-web/examples/databases/list-documents.md
@@ -10,7 +10,8 @@ const result = await databases.listDocuments({
databaseId: '',
collectionId: '',
queries: [], // optional
- transactionId: '' // optional
+ transactionId: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/databases/list-indexes.md b/docs/examples/1.8.x/console-web/examples/databases/list-indexes.md
index 6aa4d33299..e101993b42 100644
--- a/docs/examples/1.8.x/console-web/examples/databases/list-indexes.md
+++ b/docs/examples/1.8.x/console-web/examples/databases/list-indexes.md
@@ -9,7 +9,8 @@ const databases = new Databases(client);
const result = await databases.listIndexes({
databaseId: '',
collectionId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/databases/list.md b/docs/examples/1.8.x/console-web/examples/databases/list.md
index 79292dbacf..75f484ef92 100644
--- a/docs/examples/1.8.x/console-web/examples/databases/list.md
+++ b/docs/examples/1.8.x/console-web/examples/databases/list.md
@@ -8,7 +8,8 @@ const databases = new Databases(client);
const result = await databases.list({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/functions/list-deployments.md b/docs/examples/1.8.x/console-web/examples/functions/list-deployments.md
index becb2cf9cd..4b5a8fb6f7 100644
--- a/docs/examples/1.8.x/console-web/examples/functions/list-deployments.md
+++ b/docs/examples/1.8.x/console-web/examples/functions/list-deployments.md
@@ -9,7 +9,8 @@ const functions = new Functions(client);
const result = await functions.listDeployments({
functionId: '',
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/functions/list-executions.md b/docs/examples/1.8.x/console-web/examples/functions/list-executions.md
index f11089c16e..87fdd6a81c 100644
--- a/docs/examples/1.8.x/console-web/examples/functions/list-executions.md
+++ b/docs/examples/1.8.x/console-web/examples/functions/list-executions.md
@@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.listExecutions({
functionId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/functions/list-templates.md b/docs/examples/1.8.x/console-web/examples/functions/list-templates.md
index e98df543b3..ab6600c44f 100644
--- a/docs/examples/1.8.x/console-web/examples/functions/list-templates.md
+++ b/docs/examples/1.8.x/console-web/examples/functions/list-templates.md
@@ -10,7 +10,8 @@ const result = await functions.listTemplates({
runtimes: [], // optional
useCases: [], // optional
limit: 1, // optional
- offset: 0 // optional
+ offset: 0, // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/functions/list.md b/docs/examples/1.8.x/console-web/examples/functions/list.md
index 67e9db30dc..b73230c49b 100644
--- a/docs/examples/1.8.x/console-web/examples/functions/list.md
+++ b/docs/examples/1.8.x/console-web/examples/functions/list.md
@@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.list({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-message-logs.md b/docs/examples/1.8.x/console-web/examples/messaging/list-message-logs.md
index 1ad57feadf..53db8aa20c 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-message-logs.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-message-logs.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listMessageLogs({
messageId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-messages.md b/docs/examples/1.8.x/console-web/examples/messaging/list-messages.md
index b003dc219e..59f32fc6cb 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-messages.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-messages.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listMessages({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-provider-logs.md b/docs/examples/1.8.x/console-web/examples/messaging/list-provider-logs.md
index c40c50899e..03e3176601 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-provider-logs.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-provider-logs.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listProviderLogs({
providerId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-providers.md b/docs/examples/1.8.x/console-web/examples/messaging/list-providers.md
index f45da6437e..219eec2565 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-providers.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-providers.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listProviders({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-subscriber-logs.md b/docs/examples/1.8.x/console-web/examples/messaging/list-subscriber-logs.md
index 34fea03b79..6514db9123 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-subscriber-logs.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-subscriber-logs.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listSubscriberLogs({
subscriberId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-subscribers.md b/docs/examples/1.8.x/console-web/examples/messaging/list-subscribers.md
index afe8374f9f..e171042823 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-subscribers.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-subscribers.md
@@ -9,7 +9,8 @@ const messaging = new Messaging(client);
const result = await messaging.listSubscribers({
topicId: '',
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-targets.md b/docs/examples/1.8.x/console-web/examples/messaging/list-targets.md
index eb9ae44a0c..b37b232984 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-targets.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-targets.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listTargets({
messageId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-topic-logs.md b/docs/examples/1.8.x/console-web/examples/messaging/list-topic-logs.md
index e44e2643e7..6b2348ff4f 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-topic-logs.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-topic-logs.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listTopicLogs({
topicId: '',
- queries: [] // optional
+ queries: [], // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/messaging/list-topics.md b/docs/examples/1.8.x/console-web/examples/messaging/list-topics.md
index f775eb8fe3..eba699b40b 100644
--- a/docs/examples/1.8.x/console-web/examples/messaging/list-topics.md
+++ b/docs/examples/1.8.x/console-web/examples/messaging/list-topics.md
@@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listTopics({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/migrations/list.md b/docs/examples/1.8.x/console-web/examples/migrations/list.md
index ea053a8e80..42b6e602e5 100644
--- a/docs/examples/1.8.x/console-web/examples/migrations/list.md
+++ b/docs/examples/1.8.x/console-web/examples/migrations/list.md
@@ -8,7 +8,8 @@ const migrations = new Migrations(client);
const result = await migrations.list({
queries: [], // optional
- search: '' // optional
+ search: '', // optional
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/projects/list-keys.md b/docs/examples/1.8.x/console-web/examples/projects/list-keys.md
index 3a47780c1c..c552e011df 100644
--- a/docs/examples/1.8.x/console-web/examples/projects/list-keys.md
+++ b/docs/examples/1.8.x/console-web/examples/projects/list-keys.md
@@ -7,7 +7,8 @@ const client = new Client()
const projects = new Projects(client);
const result = await projects.listKeys({
- projectId: ''
+ projectId: '',
+ total: false // optional
});
console.log(result);
diff --git a/docs/examples/1.8.x/console-web/examples/projects/list-platforms.md b/docs/examples/1.8.x/console-web/examples/projects/list-platforms.md
index 475bc068ef..d08419cded 100644
--- a/docs/examples/1.8.x/console-web/examples/projects/list-platforms.md
+++ b/docs/examples/1.8.x/console-web/examples/projects/list-platforms.md
@@ -7,7 +7,8 @@ const client = new Client()
const projects = new Projects(client);
const result = await projects.listPlatforms({
- projectId: ''
+ projectId: '