···1111even lists of entities, which we call "links". The scalar fields on entities like numbers, strings,
1212etc is what we call "records."
13131414-Instead of storing query results whole documents, like `urql` does with [its default "Document
1414+Instead of storing query results as whole documents, like `urql` does with [its default "Document
1515Caching"](../basics/document-caching.md), _Graphcache_ flattens all data it receives automatically.
1616If we looked at doing this manually on the following piece of data, we'd separate each object into a
1717list of key-value entries per entity.