diff --git a/pages/fundamentals/data-types.mdx b/pages/fundamentals/data-types.mdx index 952633927..4b24addb7 100644 --- a/pages/fundamentals/data-types.mdx +++ b/pages/fundamentals/data-types.mdx @@ -33,9 +33,13 @@ Each property can store a single value, and it is not possible to have multiple properties with the same name on a single graph element. But, the same property names can be found across multiple graph elements. -Also, there are no restrictions on the number of properties that can be stored -in a single graph element. The only restriction is that the values must be of -the supported types. Below is a table of supported data types. +There are **no restrictions on the number of propertie**s that can be stored in +a single graph element. The only restriction is that the values must be of the +supported types. There is **no hard limit** on the size or complexity of data +values either - the only practical limit is the **amount of available RAM +memory** on your machine. + +Below is a table of supported data types: | Type | Description | | --------------------------------- | --------------------------------------------------------------------------------------------------- |