[12:00:38] Hi, I have been using the mediawiki API to collect some contents. Some pages have a `lastrevid` of `0`. I vaguely remember this meaning the page doesnt exist or something like this. But I need to be sure and I couldnt find it from the API docs, I've checked API:info and API:revisions docs also. Can someone point me where I could find this info? [12:56:56] tanny411, looking at ApiQueryInfo I'd say that comes from https://www.mediawiki.org/wiki/Manual:Page_table#page_latest [12:58:00] seems weird though [12:58:23] why would we have a page entry for a page that doesn't exist, long-term? [13:35:29] Thanks! It says its 0 during page creation, not sure what `during` means here. The page exists or not? From my API queries I can see these pages dont have any content for sure.