in opbeans/src/main/java/co/elastic/apm/opbeans/repositories/Stats.java [34:39]
public Stats(Long products, Long customers, Long orders, Numbers numbers) {
this.products = products;
this.customers = customers;
this.orders = orders;
this.numbers = numbers;
}