I want to increments the numerical value of special counter document, Obtain the id from counter document and increment it
com.couchbase.client.java.Bucket bucket;
JsonLongDocument joCounter = bucket.counter(docKey, 1);
but I don't know how to instantiate the bucket object