I have a List<> of objects that a gRPC server method needs to return in the reply message. Should I be able to assign this List<> to the \'repeated\' field, or