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