Multipart.FilesSchema in my api definition and then transforming the PersistedFile object into a new FileInput object that also includes the file size (from fs.stat) and type (infered from the file ext) using a function with this type:Schema.transformOrFail function to create a new schema extending Multipart.FilesSchema so that I could define my endpoints like somakeFileInput function to each persisted file?