Nested Documents using Fauna Shell

Hi All! I am just starting Fauna and FQL. How do we add a nested document inside another document using the online shell?

This is what I have so far

users: [
{
userID: "from google",
userName: "from signup form",
userEmail: "from signup form form",
profileimgurl: "maybe from google",
accessCode: 12345,
role: "main or secondary. customer will automatically become main."
},
{
userID: "from google",
userName: "from signup form",
userEmail: "from signup form form",
profileimgurl: "maybe from google",
accessCode: 12345,
role: "main or secondary. customer will automatically become main."
}
] (edited)

Hi @remosingh and welcome!

What’s your goal? How your final document should look like?

Luigi