diff --git a/src/Appwrite/Stats/Usage.php b/src/Appwrite/Stats/Usage.php index 1069be16e5..36e08b5069 100644 --- a/src/Appwrite/Stats/Usage.php +++ b/src/Appwrite/Stats/Usage.php @@ -22,6 +22,12 @@ class Usage 'network' => [ 'table' => 'appwrite_usage_network_all', ], + 'inbound' => [ + 'table' => 'appwrite_usage_network_inbound', + ], + 'outbound' => [ + 'table' => 'appwrite_usage_network_outbound', + ], 'executions' => [ 'table' => 'appwrite_usage_executions_all', ],