📄️ Collections
Collections are the basic type of object found in Editorial. A collection is defined as a group of objects that follow the same schema (for unique structures, see Singles), you can think of a Page schema as an example of a collection schema. A website can have many Page objects, all following the same schema.
📄️ Singles
Singles are almost exactly the same as Collections, the key difference is that while there can be many instances of a collection there can only be one instance of a single.