in src/main/java/com/epam/digital/data/platform/excerpt/api/model/CephObjectWrapper.java [27:31]
public CephObjectWrapper(
CephObject cephObject, String excerptType) {
this.cephObject = cephObject;
this.excerptType = excerptType;
}