@@ -132,7 +132,6 @@ Diagnostic Commands
132132
133133 - The following fields are omitted from the response:
134134
135- * ``count``
136135 * ``avgObjSize``
137136 * ``capped``
138137 * ``max``
@@ -152,8 +151,12 @@ Diagnostic Commands
152151 **partitions.attributes**
153152 The filtering attributes of the partition.
154153
154+ **partitions.count**
155+ The number of documents in the partition.
156+
155157 **partitions.source**
156- The |s3| URL or |service| cluster name, which is the backing data of the partition.
158+ The |s3| URL or |service| cluster name, which is the backing
159+ data of the partition.
157160
158161 **partitions.size**
159162 The size, in bytes, of the partition.
@@ -162,7 +165,7 @@ Diagnostic Commands
162165 The number of partitions.
163166
164167 **avgPartitionSize**
165- The average size of all paritions .
168+ The average size of all partitions .
166169
167170 .. example::
168171
@@ -171,8 +174,9 @@ Diagnostic Commands
171174 {
172175 ...
173176 "partitions": [{
174- "format": <file format>,
177+ "format": <file format>,
175178 "attributes": <filtering attributes>,
179+ "count": <number of documents in partition>,
176180 "source": <S3 url or Atlas cluster name>,
177181 "size": <size, in bytes, of the partition>
178182 }, ...],
0 commit comments