pub type FileList = Vec<FileStruct>;
Vec of FileStruct type
pub struct FileList { /* private fields */ }