pub async fn update_trash_settings(
auto_purge_enabled: bool,
retention_days: i32,
) -> Result<TrashSettings, ServerFnError>pub async fn update_trash_settings(
auto_purge_enabled: bool,
retention_days: i32,
) -> Result<TrashSettings, ServerFnError>