Hi guys, I'm using v0.8.1 and am having a discrepancy when using #to_h in place of #to_hash on a Hyperclient::Resource. ``` ruby cluster_meters = Source.clusters._get.by_id(id: id)._get.meters._embedded meter = gateway_meters.all.first expect(meter.to_h).to eq(meter.to_hash) ``` However the call to #to_h returns nil, while the call to #to_hash returns the expected hash