When I receive the data from the observer in the console, here is what I see:
https://i.stack.imgur.com/dVzwu.png
However, I am only interested in extracting this specific data from each item on the list:
https://i.stack.imgur.com/g8oHL.png
To extract the observer, all I need to do is:
this.item.specialties
Is there a way for me to create an array containing only the ids? Thank you in advance.