interface AssetAggregateResult {
    childCount?: number;
    depth?: number;
    path?: IdEither[];
}

Properties

childCount?: number

Number of direct descendants for the asset

depth?: number

Asset path depth (number of levels below root node).

path?: IdEither[]

IDs of assets on the path to the asset.