In the example, console.log(stations.find(({ prefecture: { id } }) => id === 13)) seems to return a prefecture object?
I assume you can then iterate over that object's lines property to get the lines, and from there the stations? But is there a way to just get an array of stations right out of the box?