$projects = Project::find() ->with('images', 'users') ->limit(50) ->all();