Directus Directus is a headless CMS that provides a GraphQL and REST API for managing content. It's used by developers and content creators who need a flexible backend for websites, apps, and other digital experiences. It allows users to model their database and then provides an admin interface and API based on that model. Official docs: https://docs.directus.io/ Directus Overview - Directus - Items — Individual records within a collection. - Collections — Tables or data structures containing items. - Fields — Properties or columns within a collection. - Files — Digital assets managed by Dire…