nx.Collection.prototype.filter = function (options) {
    options.source = this;
    return new nx.RefinedCollection(
        this,
        new nx.FilterRefinement(options),