export type Observation = { id: number month: string content: string createdAt: string }