Is there any way to listen to events from Couchbase? I’d like something like the _changes feed which was in CouchDB or a way I could register to listen for changes to a specific document. I tried the observe method but it appears to only be called once.