* { * '_id' : , // {number} id for this file * 'filename' : , // {string} name for this file * 'contentType' : , // {string} mime type for this file * 'length' : , // {number} size of this file? * 'chunksize' : , // {number} chunk size used by this file * 'uploadDate' : , // {Date} * 'aliases' : , // {array of string} * 'metadata' : , // {string} * } *