I have the following class:
@Document @Data @AllArgsConstructor @NoArgsConstructor public class SomeCollection { @Id private String id; private String o