Application design UI Android Wear

I'm currently developing an application on Android Wear to have quick overview of the people attending to a party.

My problem is how to arrange the views to have the more efficient navigation.

Here you can see the actual views of the application. The card x.x are shown when a user clicks on a button a the card x.5.

Swipe is used to navigate between cards.

Navigation

According to the Android design principles, only five cards must be shown vertically so the first three attendees would be cards and after a list is shown.

This navigation is it correct ? How could it be improved ?