I have below Pojo class for the mongo entity
public class Product { @BsonProperty("_id") @BsonId private ObjectId id; private String