not sure i’m happy with the tags implementation, it’s a bit rubbish.
problems
currently they have many properties, stored directly on the tag.
searching for them is hard
it is NOT KV. you can’t pick a K and set a V. they support multi keys and are list shaped.
Notions is essentially KV shaped with specific datatypes allowing multivalue, one assumes those are just stored comma sep inside.