use schema type reference to create relationships between schemas.
{
title: 'Project',
name: 'projectLink',
type: 'reference',
to: {
type: 'Projects' //references another schema called Projects
}
}