/** * Look up the nutrition attributes for a given Passio ID. * @param passioID - The Passio ID for the attributes query. * @returns A `Promise` resolving to a `PassioFoodItem` object if the record exists in the database or `null` if not. */fetchFoodItemForPassioID(passioID: PassioID): Promise<PassioFoodItem |null>