Find and count
Bring the entities together with their total count.
const [data, count] = await this.productsRepository.findAndCount({
// Pagination data
});
return { data, count };Last updated
Bring the entities together with their total count.
const [data, count] = await this.productsRepository.findAndCount({
// Pagination data
});
return { data, count };Last updated