OBJECT
type PostEducationalValue implements Node {id: ID! postID: ID! providerTypeID: ID! # Educational value score (0-5)value: Int! # AI-generated explanation for the educational value scorereasoning: String! post: Post! providerType: ProviderType! }