{
id: { type: String, default: '' },
cat: { type: String, default: '' },
html: { type: Array, default: [] },
css: { type: Array, default: [] },
filename: { type: String, default: '' },
type: { type: String, default: '' },
contentType: { type: String, default: 'application/pdf' }
},
{
strict:false
}