From 237b80813e6a71d66691caaa3d70f5e352cd65eb Mon Sep 17 00:00:00 2001
From: Danis Kirasirov <kirasirov@perx.ru>
Date: Tue, 19 Nov 2024 14:22:58 +0000
Subject: [PATCH] =?UTF-8?q?feat:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?=
 =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=82=20?=
 =?UTF-8?q?=D0=BE=D0=B1=D1=89=D0=B5=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BB=D0=B8?=
 =?UTF-8?q?=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=B0=20=D1=80=D0=B5=D0=B2=D0=B8?=
 =?UTF-8?q?=D0=B7=D0=B8=D0=B9=20=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=B5=D1=82?=
 =?UTF-8?q?=D0=BE=D0=B4=D0=B0=20ListRevisions?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 proto/items/items.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proto/items/items.proto b/proto/items/items.proto
index a8cc3c8..422d446 100644
--- a/proto/items/items.proto
+++ b/proto/items/items.proto
@@ -379,6 +379,7 @@ message ListRevisionsRequest {
 }
 message ListRevisionsResponse {
   repeated Item items = 1;
+  int32 total = 2;
 }
 
 /**
-- 
GitLab