const getFile = function(fp, callback){

    models.files.findOne({
        where: {filePath: fp} 
    })