When I set up the advanced Node js boilerplate, I noticed I have a type User defined in both my application schema as well as my datamodel. However, the Post type is only defined in the database schema. Can somebody explain to me why the User type is defined twice?