If I am deleting the original document it's not capturing that. Tried using both 'fine' and 'deleteOne' syntax. ``` return await ppc.deleteOne({ _id: id }); return await ppc.find({ _id: id }).remove(); ```