diff --git a/proto/collections/collections.proto b/proto/collections/collections.proto index daaf8392e59612bca9fc6ba59fd2a283e7175abc..1a56f9420e49a5c6e18f1ee327a8eca32d3b1b85 100644 --- a/proto/collections/collections.proto +++ b/proto/collections/collections.proto @@ -19,6 +19,9 @@ message Access { repeated string deny_read_fields = 8; repeated string deny_write_fields = 9; + + // Скрыть коллекцию в интерфейсе от пользователя + bool hidden = 10; } message Collection {