---
title: Data Model FAQ
info: Frequently asked questions about data model configuration, limitations, and upcoming features.
image: /images/user-guide/what-is-twenty/faq.png
sectionInfo: Flexible data model designed to support your unique business processes
---
## Object Management
Not yet. Object ordering in the navigation is currently fixed, but this feature is planned for a future release.
All active objects appear in the navigation. You can deactivate objects you don't need under **Settings → Data Model**.
You can deactivate any standard objects but you cannot hard delete them.
## Field Capabilities
Formula fields are coming in **Q1 2026**. In the meantime, you can use workflows to calculate and update field values automatically.
Nested fields are coming in **Q1 2026**. Currently, you can use workflows to bring field values from related objects. For example, to display a company's industry on a Person record, create a custom field on People and use a workflow to synchronize the value.
Relation field names impact the API structure and cannot be changed after creation. If you need to rename a relation field, you'll need to create a new one and delete the old one.
Our GraphQL API uses both forms for different operations:
- `createPerson` (singular) for single record actions
- `createPeople` (plural) for bulk operations
This creates limitations when singular and plural forms are the same, but it improves the developer experience.
Certain field names like `Type` or `Application` are reserved for system use. Choose alternative names like `Category` or `Classification` instead.
## Advanced Features
Many-to-many relationships are coming in **Q1 2026**. Currently, create an intermediate object with two 1-to-many relationships as a workaround.
Morph Many relationships (coming **Q4 2025**) allow one object to relate to multiple different object types. For example, an Opportunity could relate to either a Person or a Company.
Field reordering will be available with custom layouts in **Q4 2025**. Currently, fields appear in the alphabetical order.
## Access and Permissions
You can access your Data Model under **Settings → Data Model**.
Reach out to your workspace administrator. Data model access is usually restricted to administrators only.
You can create as many custom objects and fields as you need - the price won't change.
## Need More Help?
Check our [implementation services](/user-guide/getting-started/implementation-services) to get help with complex data model design.