diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs
index 94dde77dd..ac9c10df0 100644
--- a/Flow.Launcher.Plugin/Result.cs
+++ b/Flow.Launcher.Plugin/Result.cs
@@ -13,8 +13,14 @@ namespace Flow.Launcher.Plugin
private string _icoPath;
+ ///
+ /// Provides the title of the result. This is always required.
+ ///
public string Title { get; set; }
+ ///
+ /// Provides additional details for the result. This is optional
+ ///
public string SubTitle { get; set; } = string.Empty;
///