findOne({ postId }, { reactions: true }); // Destructure from the post document, safely const { reactions = {} } = postDoc || {}; // Filter ...
確定! 回上一頁