diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs
index 70be1e9dc05..ac9c10df05b 100644
--- a/Flow.Launcher.Plugin/Result.cs
+++ b/Flow.Launcher.Plugin/Result.cs
@@ -10,9 +10,18 @@ public class Result
{
private string _pluginDirectory;
+
private string _icoPath;
+
+ ///
+ /// Provides the title of the result. This is always required.
+ ///
public string Title { get; set; }
- public string SubTitle { get; set; }
+
+ ///
+ /// Provides additional details for the result. This is optional
+ ///
+ public string SubTitle { get; set; } = string.Empty;
///
/// This holds the action keyword that triggered the result.