const assert = require('assert'); schema.static('findMinOne', function(conditions) { return this.find(conditions).then(res => assert.ok(res.length >= 1, 'No documents found')); });