Dotnet SDK query issue, not pulling data from json

var request = QueryRequest.Create(“SELECT META().id AS key, TOOBJECT(hc) as value FROM OIIBusinessCards as hc WHERE type=‘Profile’;”);

request.ScanConsistency(ScanConsistency.RequestPlus);
var response = _bucket.Query<KeyValuePair<string, Profile>>(request);

However, Couchbase Console shows the query results correctly. See both attachments.

Watch the address1 column.