No repository description.
package com.tasteprint.progress;
public record TasteStats(
long totalTastings,
int uniqueDishes,
int countriesTasted,
int regionsTasted,
int worldCoverage
) {
}