Building::with('user_through_building')
->where('id', $building_id)
->pluck('user_through_building.id');
Я получаю сообщение об ошибке Unknown column 'user_through_building.id' in 'field list' (SQL: select 'user_through_building'.'id' from 'buildings' where 'id' = 20 and 'buildings'.'deleted_at' is null)