GetAllTagsResponse: {
    tags: TagsWithCount[];
    total: number;
}

Type declaration

  • tags: TagsWithCount[]

    List of tags with the number of chunks in the dataset with that tag.

  • total: number

    Total number of unique tags in the dataset.