In Synap, the term, quiz, is referenced as the Test class.
Tests store information on the questions they contain, and point
to a number of other related objects. When querying for a specific test,
we will return a 'data transfer object', shortened to DTO. This object
only contains fields that are relevant to the task at hand.
interface TestDTO {
objectId: string;
createdAt: Date;