What's the difference between fields `deleted`and `trashed`

Hi,

As the the title asks, I am wondering what’s the difference between fields deletedand trashed on objects passwords_entity_folder_revision, passwords_entity_tag_revision and passwords_entity_password_revision ?

The trashed attribute will be set to true if the user decides to delete an object. These objects will not be shown in any regular list or find command unless it is specifically requested. These objects are in the system trash and can be restored via the restore command.
If the user decides to delete an object that is in the system trash, it will be marked as deleted. These objects can no longer be accessed via the api. These objects will also be permanently deleted from the database if the wait time defined by the administrator is reached.

You can find more information in the developer manual.