YMongoose.prototype.models = function (directory) {
  // message
  this.logger.debug('[ YMongoose.models ] - Try to set model defintion path.');
  // default statement
  return this.setPath(directory, 'model');