JS Array Baru dari Set Baru

return Array.from(new Set(this.posts.map(e => e.category)))
Diz Andriana