INTERFACE
interface ProductPlain {_id: ID active: Boolean category: String company: String created: String updated: String name: String image: String scopes: [String] channels: [String] countries: [String] skus: [String] languages: [String] dataSources: [String] startDate: String endDate: String projectId: ID }