Spring Boot MongoDb return items from Document list conditionally
I have a mongo document that looks like the below JSON object. What I'm trying to do, using the mongoDb Query builder, is return all books from user 1 that are read: false. For example: var query = new Query();…