how do i access these values? ```js export type ColumnsPartnerDef = { userID: string; data: { category: string; name: string; type: string; description: string; resources: string; phonenumber: string; email: string; userID?: string; // userID is optional } }``` ```js { accessorKey: "data.category", // does not work } ```