func handleGetContentUnitSources(cp utils.ContextProvider, exec boil.Executor, id int64) ([]*Source, *HttpError) {
    unit, err := models.ContentUnits(
        qm.Where("id = ?", id),
        qm.Load("Sources"),
        qm.Load("Sources.SourceI18ns")).