()
| 880 | |
| 881 | test('Collection.loadCount with dataloader and where', async () => { |
| 882 | const makeWhere = () => ({ title: ['One', 'Two', 'Six'] }); |
| 883 | |
| 884 | const em = orm.em.fork(); |
| 885 | const authors = await em.find(Author, {}, { first: 3, orderBy: { id: QueryOrder.ASC } }); |