I have pojo like this:
@Document(collection = \"data\") public class DataPoint { @Id private String id; private LocalDateTime createdDate; ..