[02:53:15] <nwoob> https://gist.github.com/nikhilka08/cac12d411c9769ebff260144dd50347f this is my simple nested schema... i want to select only `schedule` field. I tried WorkingTimeModel.find({}, 'schedule'); but it still returns everything
[02:53:35] <nwoob> if someone knows please guide me.
[09:53:21] <Lope> why does MongoDB have ARM64 builds for Ubuntu, but not Debian?
[20:40:24] <diverdude> Hi...i am trying to limit the output like this: {userId:"5cce74918acf7d1cbeaddd1b",$limit:4} but i get an error saying: "unknown top level operator". What am I doing wrong here?