I have some models (restaurants, shops, products), and i want to select records count for multiple models in a single linq query....I know how it should be in sql, but i don't know how to translate it in linq:...select
(select count(*) from restaurant...