namespace Aaru.Server.Database.Models; public class IdHashModelForView { public List List { get; set; } public string Json { get; set; } }