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