63646566676869
int count = document.getSharedContentCount(); if (count == 0) { return null; } return new SharedContentUsagesImpl(count); }