type Field = {
    id: string,
    items: Array<{
        text: string
        alt: string
        value: string
    }>
}