···72727373## Top-Level Lexicon Types
74747575-In TypeSpec, top-level definitions are called [Models](https://typespec.io/docs/language-basics/models/). So you'll see `model Foo { }` used for almost everything, but with different decorators that make its purpose more conrete.
7575+In TypeSpec, definitions of things are called [Models](https://typespec.io/docs/language-basics/models/).
7676+7777+So you'll see `model Foo { }` used for almost everything, but with different decorators that make its purpose more conrete.
76787779### Record
7880