diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php b/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php index 27c818d31..b73d93470 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Topics.php @@ -7,7 +7,9 @@ class Topics extends Base public const ALLOWED_ATTRIBUTES = [ 'name', 'description', - 'total' + 'emailTotal', + 'smsTotal', + 'pushTotal', ]; /**