Fixed missed "title" entity field subscription
@ -148,6 +148,7 @@ public interface EntityFields {
default String getAsString(String key) {
return switch (key) {
case "createdTime" -> Long.toString(getCreatedTime());
case "title" -> getName();
case "type" -> getType();
case "label" -> getLabel();
case "additionalInfo" -> getAdditionalInfo();