Define a belongsToMany association
`@BelongsToMany`(() => Role, { through: UserRole })declare roles: BelongsToMany<Role>; Copy
`@BelongsToMany`(() => Role, { through: UserRole })declare roles: BelongsToMany<Role>;
Define a belongsToMany association