syntax = "proto3"; import "department.proto"; message Team { string name = 1; Department department = 2; }