GDS only supports numerical properties.
For better context, it is supported to get also additional properties from the db.
We should also allow in from_gds to set the db_node_properties.
API-wise we have two options:
A) Allow passing it to additional_node_properties. And the library figures out which is a db property and which is a GDS property
B) Adding a new parameter to from_gds such as additional_db_node_properties, which we can pass 1:1 to the GDS call
WDYT @adamnsch