According to this link: https://developer.couchbase.com/documentation/mobile/2.0/references/sync-gateway/admin-rest-api/index.html#/, when i use get _all_docs, it can return channels and documents.
But what if the document can have some kind of my own attribute, let’s say myAttribute with some metadata of my own choice, and i want to retrieve them in the get _all_docs and avoid including the attachments. How can i do that?