From 8b1a32af8da293b6704f33a67fc50020d7038889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Thu, 11 Nov 2021 21:46:17 +0100 Subject: [PATCH] add comment count to mapping --- src/Commands/BuildCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/BuildCommand.php b/src/Commands/BuildCommand.php index c5dff64..15ee191 100644 --- a/src/Commands/BuildCommand.php +++ b/src/Commands/BuildCommand.php @@ -50,6 +50,7 @@ class BuildCommand extends Command 'groups' => ['type' => 'integer'], 'recipient_groups' => ['type' => 'integer'], 'recipient_users' => ['type' => 'integer'], + 'comment_count' => ['type' => 'integer'], ] ];