This probably happens because the uploaded files associated with records are not being deleted automatically when the record is deleted in the backend. This is common when plugins store files separately but don’t implement cleanup logic for those files.
Can we implement a solution?