@using Iceshrimp.Shared.Schemas
@code { [Parameter][EditorRequired] public required NoteResponse Note { get; set; } private bool CheckLen() { return Note.Text?.Length > 500; } }