true = true (boolean)
false = false (boolean)
empty = (empty string)
notempty = notempty (string)
relHelper = use(function () { return { array: [100, 200, 300, 400, 500], a: true, b: 'two', c: 3 }; });