any lap info?

Toybox::Activity::Info doesn't contain any attributes related to laps. none at all. The only reference I can find to "lap" in the documentation is Toybox::Activity::Info addlap().

Is there any way to obtain any information at all about the laps in a current activity, even the current lap number or the number of laps?

I'm interested in this for creating datafield programs.

(like if there was an ineffective but effective way to determine when a lap occurs, I could just keep track of the information I need about the time between the laps manually from within the datafield code. But is there evena way to do that?)