diff --git a/EnvelopeGenerator.Application/Common/Dto/SignatureDto.cs b/EnvelopeGenerator.Application/Common/Dto/SignatureDto.cs
index f78d4896..1395b49d 100644
--- a/EnvelopeGenerator.Application/Common/Dto/SignatureDto.cs
+++ b/EnvelopeGenerator.Application/Common/Dto/SignatureDto.cs
@@ -93,4 +93,9 @@ public class SignatureDto : ISignature
/// Gets or sets the left position of the element (in layout terms).
///
public double Left => X;
+
+ ///
+ ///
+ ///
+ public IEnumerable? Annotations { get; set; }
}
\ No newline at end of file