Great tutorial on this

Normalize Data:

interface Sermon {
    title: string;
    church: string;
    series: string;
    speaker: string;
    scripture: string;
}