pub trait FolderIsNotEmptyExt { // Required method fn folder_is_not_empty(&self) -> Result<bool, Error>; }