Team I have a document like below in a collection name function.
"function_name": "ABCAnalysis", "function_owner": [ "DAO" ], "authorized_groups": [ "group1", "group2", "group3" ], "authorized_users": {} }
I want to add another group "group4" to authorized_groups field in each document of collection. How can I do that?