Hi, I query special pages through API (concretely Special:UnconnectedPages), and I noticed that main namespace articles are yielded first. It seems that pages are ordered by namespace numbers. Is it a guaranteed behaviour?
(If so, I can break from the loop at te first page not in 0 namespace which would be nice.)