diff --git a/BO4E/BO/Produktpaket.cs b/BO4E/BO/Produktpaket.cs
index d6f5ce84..75bc167f 100644
--- a/BO4E/BO/Produktpaket.cs
+++ b/BO4E/BO/Produktpaket.cs
@@ -16,12 +16,16 @@ public class Produktpaket : BusinessObject
///
/// Paket-Identifikation (Durchnummerierung).
///
+ ///
+ /// Mit der Produktpaket-ID dient der Gruppierung von Produkten. Mit ihr können mehrere Produkte, zu einem Produktpaket zusammengefasst werden.
+ /// Die Produktpaket-ID ist innerhalb einer Marktnachricht eindeutig aber nicht global, weswegen oft Werte wie bspw. 1 zu erwarten sind.
+ ///
[JsonProperty(Order = 8, PropertyName = "paketId")]
[JsonPropertyName("paketId")]
[ProtoMember(8)]
[JsonPropertyOrder(8)]
[BoKey]
- public int PaketId { get; set; }
+ public int PaketId { get; set; } // todo: shouldn't this be nullable or should it actually always default to 0 even if it wasn't explicitly set
///
/// Liste an Produktkonfigurationen