``` js addFuncDef({ name: 'highestCurrent', category: categories.Filter, params: [ { name: "count", type: "int" } ], defaultParams: [5] }); ```