diff --git a/proto/items/items.proto b/proto/items/items.proto
index 810e8a39fb889b33fa5f7e5a857351a28360eca4..9ab01fe0c9b3ea6c132a879709cfb2d483770c79 100644
--- a/proto/items/items.proto
+++ b/proto/items/items.proto
@@ -66,11 +66,11 @@ message Item {
   google.protobuf.Struct data = 11;
   map<string, google.protobuf.Struct> translations = 12;
   string revision_id = 13;
-  string locale = 14;
-  bool deleted = 15;
-  bool hidden = 16;
-  bool template = 17;
-  Permissions permissions = 18;
+  string locale = 18;
+  bool deleted = 19;
+  bool hidden = 20;
+  bool template = 21;
+  Permissions permissions = 22;
 }
 
 /**