filterLabel(labelsList){ return Array.from(new Set(labelsList.filter(i => labelsList.indexOf(i) !== labelsList.lastIndexOf(i)))) },