* { * '_id' : , // {number} id for this chunk * 'files_id' : , // {number} foreign key to the file collection * 'n' : , // {number} chunk number * 'data' : , // {bson#Binary} the chunk data itself * } *