Hello everyone, iv been trying to figure out how to get the byte size of a document without GETing the document first, iv already tried to create a view and use something like JSON.stringify(doc).length however this approach is quite limiting, is there a better way to do this?
Thanks! Ronen
