export type MinimalProfile = { id: string name: string | null image: string | null urlPath: string | null }