List<Folder>? get Folders => this.Objects as List<Folder>?;
set Folders(List<Folder>? value) { this.Objects = value; }