Files
Cloudsy/docs/11_models.md
2026-04-29 16:58:09 +01:00

48 lines
329 B
Markdown

# Models
## User
- id
- email
- username
- themeMode
- primaryColor
- language
---
## Song
- id
- title
- artist
- url
- coverUrl
- genre
- mood
- duration
---
## Playlist
- id
- name
- userId
- songs[]
---
## Message
- id
- chatId
- senderId
- text
- songId
- timestamp
---
## Chat
- id
- participants[]
- lastMessage