标签: node.js
如何从Google数据存储中获取计数,如果我按Employee::where('id', 9074)->get(); 进行过滤,并希望根据ProjectId进行记录总数
Employee::where('id', 9074)->get();
ProjectId