This file defines the structural abstraction of the system. It includes the main entities, their attributes, relationships, and key operations. The model serves as a blueprint for implementation and guides the design of the database schema, API endpoints, and business logic.
classDiagram
class Workspace {