н

Size: a a a
н
МВ
PS
PS
МВ
MK
MK
МВ
MK
н
н
МВ
PS
н
AV
const articlesInCategories = await new ArticleCategory().query((qb: QueryBuilder) => {
qb.offset(offset);
qb.limit(limit);
// ... some code here
qb.orderBy('id', 'desc');
}).fetchAll({
withRelated: [{
'articles': (qb: QueryBuilder) => qb.where({'user_id': userId})
}]
TM
н
н
CM
TM