From 4b5edd4e0ecdd70b54ed4a36188f99b31abf5a25 Mon Sep 17 00:00:00 2001 From: NanZhang Date: Mon, 4 Sep 2023 21:00:07 +0800 Subject: [PATCH] chore: update referring cells total count (#1432) --- app/views/api/v2/scripts/referring_cells.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api/v2/scripts/referring_cells.json.jbuilder b/app/views/api/v2/scripts/referring_cells.json.jbuilder index 3e266f9bf..a4cc5f13f 100644 --- a/app/views/api/v2/scripts/referring_cells.json.jbuilder +++ b/app/views/api/v2/scripts/referring_cells.json.jbuilder @@ -24,7 +24,7 @@ json.data do json.type_script_id cell_output.type_script_id end json.meta do - json.total @referring_cells.count + json.total @referring_cells.total_count json.page_size @page_size.to_i end end