I have collection "users" where username , password,questions are stored .  "questions"  is an array of documents . I would like to get all  users with some questions i.e  username , password and an array of questions (some part) How can i do that   from console or java ?   
Here i want to get username , password and first document of questions which is {question:"dawdaw",answered:0}
 
     
    