# Superposition Types
Not intended for public use.
## How to understand this crate
- All DB definitions are in the migrations folder
- The actual rust code is in the `src` folder
- ORM mappings are in the `src/database` folder
- API request/response types are in the `src/api` folder