where('status', 1) ->order('floor asc, id asc') ->select(); } public static function countByTopic(int $topicId): int { return self::where('topic_id', $topicId)->where('status', 1)->count(); } }