when using this call QB.chat.dialog.list({"type": 2}, function(err,response) ... I get the correct number of records back, but the following code does QB.chat.dialog.list({"unread_messages_count": 0}, function(err,response) ... returns all records instead of just the filtered ones ? thanks