From a1404af7a96422aa9e771bbe4722cdf7ff4a7325 Mon Sep 17 00:00:00 2001 From: Corentin Musard Date: Tue, 14 Oct 2025 16:55:01 +0200 Subject: [PATCH] Add collections to ListDatasets response --- apis/datasets/v1/core.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/datasets/v1/core.proto b/apis/datasets/v1/core.proto index ba17cc7..9b58b0c 100644 --- a/apis/datasets/v1/core.proto +++ b/apis/datasets/v1/core.proto @@ -130,6 +130,8 @@ message Dataset { string slug = 12; // true if the dataset type is editable bool type_editable = 13; + // list of collections in the dataset + repeated CollectionInfo collections = 14; } // DatasetPermission is a permission a user (as part of an org) can have on a dataset