# FsChartIndexCategory A set of charts belonging to one category, part of an `FsChartIndex`.   ##### Syntax ``` wasm struct FsChartIndexCategory { const char* name; FsChartMetadata* charts; int numCharts; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |-------------|------------------------------------------------| | `name` | The human-readable name of the category. | | `charts` | The array of charts present in the category. | | `numCharts` | The number of charts present in this category. | {{< /table-wrapper >}}   ##### Remarks N/A