What if I just wanted to select all keys of an object instead of manually select all of them? ```js const fullAddressesInfo = arrayQL(users, { keys: { address: { __allKeys: true, }, }, }); ```