concept AIList { S name; S text; bool botFlag, mighty; long modified; S status; bool isPublicRead() { ret cic(status, "PUBLIC READ"); } }