Why are we treating the file’s deletion status on the serverless side as detached from the database? This introduces inconsistency and adds extra logic throughout the codebase. For example, we now have conditions like isDeleted && status == 'FILE_READY'. Shouldn’t we refactor this to include a DELETED status in the database, especially if the record is going to remain in the database after it's deletion anyway?