According to https://www.mongodb.com/nosql-explained:
NoSQL database models are either:
key-value pairs, document-based, graph databases, or wide-column stores.
But according to What is NoSQL, how does it work, and what benefits does it provide?:
"NoSQL" is basically:
"a generic word for a variety of new data storage backends that do not follow the relational DB model."
This confuses me because there are many (a lot more than just the 4 listed on the MongoDB source) of database models that aren't listed like star schema, network model, etc. (found here https://en.wikipedia.org/wiki/Database_model)
What am I missing?