I didn't find any docs for operations like count(), avg(), sum(). Something like: ```javascript const productCount = await this.productRepository.count({ accountId }); const itemCount = await this.productRepository.find({accountId}).sum("items"); ```