const getFiles = function(appId, callback){

    models.files.findAll({
        where: {applicationId: appId}
    })