where('status', EntityStatus::Published->value) ->whereNotNull('published_at') ->where('published_at', '<=', now()); } }