namespace JSMR.Infrastructure.Scanning.Models; public class ScannedRating { public byte Score { get; set; } public int Votes { get; set; } }