Zkuste přidat „friends:true“ takto:
db.getCollection("users").find(new BasicDBObject(), new BasicDBObject("friends", new BasicDBObject("$slice", N)).append("friends", true)).next();
Mělo by obsahovat pole _id a přátelé.
Zkuste přidat „friends:true“ takto:
db.getCollection("users").find(new BasicDBObject(), new BasicDBObject("friends", new BasicDBObject("$slice", N)).append("friends", true)).next();
Mělo by obsahovat pole _id a přátelé.