find() {
      const query = {
        _id: cid,
        $or: [{ userId: { $exists: false } }, { userId }],
      };