The following client call:
const witClient = await this.connection.getWorkItemTrackingApi()
const rootNode = await witClient.getClassificationNode(this.adoProject, TreeStructureGroup.Areas, '', 99)
// rootNode: WorkItemClassificationNode
However, console log prints:
{
count: 2,
value: [...]
}