```ts faker.helpers.objectKey({ myProperty: 'myValue' }) // 'myProperty' faker.helpers.objectValue({ myProperty: 'myValue' }) // 'myValue' ``` we should use example objects with at least two key-values pairs so there is some randomness.