# Marmiton Search ## What is it this phantom aim to search in the [marmiton](https://www.marmiton.org) website ## Return ```typescript type Return = { name: string; url: string; score: number; commentCount: number; } ```