标签: node.js mongodb mongoose
假设我有一个像
Customer = { email : {type : String, unique : true} referral : {type: String, ref: 'Customer', default: null} }
是否可以在单个查询中找到给定客户_id的n'th级别的孩子?
n'th