आपको बस nodes
project प्रोजेक्ट करने की जरूरत है और नक्शा।
import static com.mongodb.client.model.Projections.*;
List<Document> nodes = (List<Document>) collection.find().projection(fields(include("nodes"), excludeId())).map(document -> document.get("nodes")).first();