namespace Iceshrimp.Shared.Schemas.Web; public class NoteReportRequest { public required string Comment { get; set; } }