VL
Size: a a a
VL
MK
go
MK
VL
MK
@prop({ ref: 'Nested' })
public nest: Ref<Nested>;MK
@prop({ ref: 'Nested' }) // since 7.0 it is recommended to use "ref: getName(Class)" to dynamically get the nameMK
@prop({ ref: 'Nested' })
public nest: Ref<Nested>;MK
MD
MD
VL
MK
MK

NP
const user = await this.repository.findOne({username: 'some');
так запрашиваю юзераgo
go
MK

go