{
author{
id,
name,
}
}
{
author_id,
author_name,
}
What are the advantages
The document structure is closer to our description of object attributes. A record can describe all the attributes of an object, which is an advantage!
{
author{
id,
name,
}
}
{
author_id,
author_name,
}
What are the advantages
The document structure is closer to our description of object attributes. A record can describe all the attributes of an object, which is an advantage!