I want to subscribe to a single event (or a list of events) using the Polkadot.js API. However, I have only found information on how to traverse events and then filter the results. In addition, the documentation about events lists all the events emitted, but I haven't found a way to subscribe to a single one.
Is this possible? How could I do that? Thanks!