After applying some filters on the pivot table, I want to get the filtered data in an array. in helper/utils.js I found the method getFilteredData() { return this.filteredData } How can I access filteredData?