The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and an object I use when I get a list of documents with its additional fields.
TL;DR
Developers are experiencing discrepancies when using Appwrite documents and Swift codable due to differences in objects for document creation and list view. To resolve this, they should create separate objects tailored for document creation and list display with the necessary fields.