type CouncilMember = { name: string, email: string, position: string, positionDescription: string, image: string, // URL yearProgram: string }