Currently, `fotingo start` only populates 15 tickets for a user to choose from the list. So as a user I want to list all the tickets and use paging if the list gets too big. Reference to the code: [`limit: 15`](https://github.com/tagoro9/fotingo/blob/1cb1f25b37e368bce1a68fb2bf2276de3c46b59d/src/commands/start.ts#L202)
Currently,
fotingo startonly populates 15 tickets for a user to choose from the list.So as a user I want to list all the tickets and use paging if the list gets too big.
Reference to the code:
limit: 15