I have these two types defined (using io-ts):
io-ts
export const School = t.type({ _id: t.string, title: t.string, slug: t.string, images: