A path to a key in a document. Each path element should be a string. For example, a field called 'users' at the top level is simply ['userId'], while a nested field at 'description.title[0]' is ['description', 'title', '0']
['userId']
['description', 'title', '0']
Generated using TypeDoc
A path to a key in a document. Each path element should be a string. For example, a field called 'users' at the top level is simply
['userId']
, while a nested field at 'description.title[0]' is['description', 'title', '0']