using a join in MongoDb I can get the values I want
(await this.ideasCollection).aggregate([ { $match: { userId, deleted: { $ne: true } }, },