addDays(4), function () use ($placeId) { return Status::select('id') ->wherePlaceId($placeId) ->whereScope('public') ->whereIn('type', ['photo', 'photo:album', 'video']) ->orderByDesc('id') ->limit(150) ->get(); }); } }