> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-console/library/the-report-engine/the-render-dataset/components-dataset/compdataset-with-counts.md).

# CompDataSet With Counts

This dataset is used to render a final report (after processing) for all [COMP commands](/boomi-console/commands/comp-components.md), if the `/template` option is provided. See [Reveal an API Component](/boomi-console/command-collection/reveal-a-process-1.md) for an example.

Inherits from [Component Metadata DataSet](/boomi-console/library/the-report-engine/the-render-dataset/components-dataset.md)

```json
"dataset" : { 
    "name" : "CompTemplateDataSet",
    "version" : "1.0.0"
}
```

* **counts** provides the number of children and parents for each component.\
  The content depends on the [provided arguments](/boomi-console/commands/arguments/common-arguments.md#component-trees).

```json
"counts": [
{
  "ComponentId": "54222e4e-e9c1-490b-becc-7d51a8208993",
  "ParentCount": 0,
  "ChildrenCount": 6
},
```
