У меня есть объект с этим свойством.Я понял, что иногда в Json возвращается, возвращает свойство deviceKey, но иногда весь объект
@ManyToOne(fetch = FetchType.EAGER)
@JoinColumn(name = "device_id")
@JsonIdentityInfo(generator=ObjectIdGenerators.PropertyGenerator.class, property="deviceKey")
private Device device;